Solved
Exporting SSL Cert
Hi All,
i need to export the *.nutanix.local cert in a text format, does anyone have the commands to do this?
i need to export the *.nutanix.local cert in a text format, does anyone have the commands to do this?
Best answer by levtech1
Hi Angelo,
thank you for the reply back but that didnt work, i found the solution by doing the below from any CVM:
python
import sslprint ssl.get_server_certificate(('PrismVIP', 9440), ssl_version=ssl.PROTOCOL_TLSv1)
View originalthank you for the reply back but that didnt work, i found the solution by doing the below from any CVM:
python
import sslprint ssl.get_server_certificate(('PrismVIP', 9440), ssl_version=ssl.PROTOCOL_TLSv1)
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.