Possible to use a HTTPS SSL-Cert for openfire too?

I got an SSL-Cert from a CA securing one domain (www. and non-www) with HTTPS. On this domain i deployed openfire too. Can i install the same cert in openfire or do i have to generate and buy a new cert? Got a little bit confused here :slight_smile:

I have typically used for both. You’ll will probably have to import that CA root cert by hand using keytool though, before you import using openfire’s gui. Also, if you didn’t use a password for your private key you will still need to put something in the password field even if just a few random letters.

1 Like

have to import that CA root cert by hand using keytool

Do you have any instructions on how to do that? I have the following cert .files that i youse also on my apache for the HTTPS protocol:

  • .ca-bundle
  • .crt
  • .p7b
  • .pem
  • .key

How to use them with the latest openfire 4.0.1 that#s running on an windows server machine? :slight_smile: