Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On Windows: In the Details tab, click on Copy to File and ensure the exported certificate is in .cer/.der format

On Mac: Dragging the certificate icon to your desktop will export it

...

2. Add the certificate to the Java keystore:

Code Block
keytool -

...

importcert -alias your-alias -keystore cacerts.jks -file certificate.

...

pem -storepass password

 

(Optional) Convert the .cer certificate file to .pem format:

...

Code Block
openssl x509 -inform der -in certificate.cer -out certificate.pem
Info

The SeaLights certificate should be added to any Java keystore that communicates with SeaLights.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1422e
showSpacefalse
sortmodified
typepage
reversetrue
labelscertificate ssl tls pkix
cqllabel in ( "pkix" , "certificate" , "tls" , "ssl" ) and type = "page" and space = "SUP"

...