Wiki source for HowtoVerCertificadoSSL
====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
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