Versions Compared

Key

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

...


openssl rsa -in apicert.pem -out apikey.pem


apikey.pem is the certificate's unencrypted private key.


To download a PKCS12 format certificate, select "Download | Agent SSL Certificate (PFX)".
Or if your application code is in JAVA, you can download a JKS store directly by selecting "Download | Agent SSL Certificate (JKS)"

...