Skip to content

Comandos de checagem com openssl

Checando um certificado do tipo CSR

openssl req -text -noout -verify -in certificado-csr.csr

Checando uma chave privada

openssl rsa -in chave.key -check

Checando um certificado

openssl x509 -in certificado.crt -text -noout

Checando um certiticado tipo keystore PKCS#12 file (.pfx ou .p12)

openssl pkcs12 -info -in keystore.p12