Server Management - Systems Insight Manager
1751907 Members
5349 Online
108783 Solutions
New Discussion

Certificate bit-size for HP SIM

 
SOLVED
Go to solution
sidd411
Advisor

Certificate bit-size for HP SIM

Hi folks,

 

Recently HP SIM 7.0 is upgraded to support 2048 & 4096 bit certificates. We can create it using "mxcert -n -s ". I just want know how I can get the bit-size of any certificate from the command line?

 

 

Regards,

Srinivas

Srinivas
1 REPLY 1
sidd411
Advisor
Solution

Re: Certificate bit-size for HP SIM

hi frnds,

 

I got the solution :)

 

We can see the certificate bit-size using openssl command:

 

openssl x509 -text -in /opt/mx/bin/server_cert.pem

 

Thought to share with you all...

Srinivas