Page MenuHomeDevCentral

Propagate certificate to Openfire server
Open, Needs TriagePublic

Description

To import a certificate to Openfire, it needs to be added to the Jave keystore
located at /var/lib/openfire/conf/security/keystore in the container (this is not a volume).

Reference: https://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html

Event Timeline

dereckson created this task.
dereckson added projects: Servers, security.

Actually, for a server point of view, certificates are located in /usr/share/openfire/resources/security.

But that's a symbolic link for /var/lib/openfire/conf/security, which belongs to the /var/lib/openfire volume, bound to /srv/<instance name> (here /srv/openfire).

dereckson moved this task from Backlog to Working on on the XMPP board.