MENU

OpenSSL 常用命令

March 16, 2023 • Linux运维工作

打印出证书的内容:
openssl x509 -in cert.pem -noout -text

打印证书有效期
openssl x509 -in server.crt -noout -dates