Exporting a self-signed certificate for the Analyzer detail view server

Ops Center Analyzer Detail View User Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99ANA007-06
ft:lastEdition
2026-03-16

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