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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745590817a4634818.html
评论列表(0条)