admin管理员组文章数量:1024206
I'm trying to configure Fishbowl Server Advanced with a JKS Certificate and it seems to not be working as expected.
The software documentation here only informed to use the certificate, but won't give any further instruction on how to create the self-signed certificate.
To create the self-signed certificate I used the keystone.exe
that is installed with the application on C:\Program Files\Fishbowl\jre\bin with command below.
keytool -genkeypair -alias fishbowl -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore fishbowl.jks -validity 365
Read documentation and made a couple of tests with different places informing how to create a self-signed JKS certificate.
I'm trying to configure Fishbowl Server Advanced with a JKS Certificate and it seems to not be working as expected.
The software documentation here only informed to use the certificate, but won't give any further instruction on how to create the self-signed certificate.
To create the self-signed certificate I used the keystone.exe
that is installed with the application on C:\Program Files\Fishbowl\jre\bin with command below.
keytool -genkeypair -alias fishbowl -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore fishbowl.jks -validity 365
Read documentation and made a couple of tests with different places informing how to create a self-signed JKS certificate.
Share Improve this question asked Nov 18, 2024 at 22:17 mariohbrinomariohbrino 53 bronze badges1 Answer
Reset to default 0I was able to establish a secure connection to Fishbowl server using a self-signed certificate by performing the following steps:
- Create a keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
- Configure
Fishbowl Server
to use the keystore.jks file using theFishbowl Administrator
application. Be sure to restartFishbowl Server
afterwards. - Export the certificate and public key from the keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
- Import the certificate to the cacerts file for the
Fishbowl Client
located at C:\Program Files\Fishbowl\jre\lib\security\cacerts using keytool or equivalent 3rd party application (i.e. keystore explorer) - Ensure the network/firewall port is open for the port selected (i.e. 2456) between the
Fishbowl Client
andFishbowl Server
- Launch
Fishbowl Client
, enter the Server Address, uncheck "Use Legacy Connection", check "Secure Connection", and enter the Server Port that was originally selected withinFishbowl Administrator
I'm trying to configure Fishbowl Server Advanced with a JKS Certificate and it seems to not be working as expected.
The software documentation here only informed to use the certificate, but won't give any further instruction on how to create the self-signed certificate.
To create the self-signed certificate I used the keystone.exe
that is installed with the application on C:\Program Files\Fishbowl\jre\bin with command below.
keytool -genkeypair -alias fishbowl -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore fishbowl.jks -validity 365
Read documentation and made a couple of tests with different places informing how to create a self-signed JKS certificate.
I'm trying to configure Fishbowl Server Advanced with a JKS Certificate and it seems to not be working as expected.
The software documentation here only informed to use the certificate, but won't give any further instruction on how to create the self-signed certificate.
To create the self-signed certificate I used the keystone.exe
that is installed with the application on C:\Program Files\Fishbowl\jre\bin with command below.
keytool -genkeypair -alias fishbowl -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore fishbowl.jks -validity 365
Read documentation and made a couple of tests with different places informing how to create a self-signed JKS certificate.
Share Improve this question asked Nov 18, 2024 at 22:17 mariohbrinomariohbrino 53 bronze badges1 Answer
Reset to default 0I was able to establish a secure connection to Fishbowl server using a self-signed certificate by performing the following steps:
- Create a keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
- Configure
Fishbowl Server
to use the keystore.jks file using theFishbowl Administrator
application. Be sure to restartFishbowl Server
afterwards. - Export the certificate and public key from the keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
- Import the certificate to the cacerts file for the
Fishbowl Client
located at C:\Program Files\Fishbowl\jre\lib\security\cacerts using keytool or equivalent 3rd party application (i.e. keystore explorer) - Ensure the network/firewall port is open for the port selected (i.e. 2456) between the
Fishbowl Client
andFishbowl Server
- Launch
Fishbowl Client
, enter the Server Address, uncheck "Use Legacy Connection", check "Secure Connection", and enter the Server Port that was originally selected withinFishbowl Administrator
本文标签: serverHow to configure Fishbowl Inventory with SelfSigned JKS certificateStack Overflow
版权声明:本文标题:server - How to configure Fishbowl Inventory with Self-Signed JKS certificate - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745590815a2157873.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论