最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

server - How to configure Fishbowl Inventory with Self-Signed JKS certificate - Stack Overflow

programmeradmin1浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

I was able to establish a secure connection to Fishbowl server using a self-signed certificate by performing the following steps:

  1. Create a keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
  2. Configure Fishbowl Server to use the keystore.jks file using the Fishbowl Administrator application. Be sure to restart Fishbowl Server afterwards.
  3. Export the certificate and public key from the keystore .jks file using keytool or equivalent 3rd party application (i.e. keystore explorer)
  4. 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)
  5. Ensure the network/firewall port is open for the port selected (i.e. 2456) between the Fishbowl Client and Fishbowl Server
  6. Launch Fishbowl Client, enter the Server Address, uncheck "Use Legacy Connection", check "Secure Connection", and enter the Server Port that was originally selected within Fishbowl Administrator
发布评论

评论列表(0)

  1. 暂无评论