CTX212591
2016-05-04
1970-01-01
How to check the expiry date and key length of a Certificate on NetScaler CLI. On NetScaler the certificates,key files and ...

Objective

How to check the expiry date and key length of a Certificate on NetScaler CLI??

Instructions

On NetScaler the certificates,key files and CSR will be located in /nsconfig/ssl. ??You can navigate to this folder by logging into CLI and going to shell mode after which you can execute the below OpenSSL commands:??

To check the expiry date of a certificate,to whom it is issued and the issuer:??
openssl x509 -in <Certificate-name> -issuer -noout -subject -dates

To check the key size from a certificate,use the command:??
openssl x509 -in <Certificate-name> -text -noout | grep "Public-Key"

In case if the private key is available then you can use the command:??
 openssl rsa -in <Private-key-name> -text -noout | grep "Private-Key"

Note: The characters that you grep for are case sensitive.??

??

Applicable Products


 

Join the conversation

Citrix Discussions

Open a case

Citrix Support

特别说明


本文来源为Citrix.com所有,翻译后版权归翻译者所有.如需转载请注明出处.

文档版本


.

广告招租


最新留言


.

广告招租


.