Use the keytool command to export self-signed certificates.
Run the following command to export the certificate for the
Analyzer detail view server:
keytool –export –keystore /usr/local/megha/jetty/etc/keystore –alias alias-name –file certificate-file-name
Note:
- For the alias-name, specify jetty to export the default self-signed certificate.
- For certificate-file-name, specify the absolute path to the export destination of the self-signed certificate.
For example:
keytool –export –keystore /usr/local/megha/jetty/etc/keystore –alias jetty –file /root/test/Certificate