HomePage :: Categorías :: Cambios :: Indice :: Login :: Guegue.Com :: Búsqueda:

Ver información de certificados SSL


Para ver un CSR (Certificate Signing Request):

openssl req -noout -text -in example.org.csr


Para ver un CRT (Certificate):

openssl x509 -noout -text -in example.org.crt


Para probar un certificado de seguridad desde la linea de comando:

openssl s_client -connect example.org:443 -state -debug



Ver tambien: HowtoCrearCertificadoSSL
CategorySysAdmin

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0073 seconds