Additions:
----
Ver tambien: HowtoCrearCertificadoSSL
CategorySysAdmin
Ver tambien: HowtoCrearCertificadoSSL
CategorySysAdmin
Additions:
%%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%%
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%%