Category Archives: Certificados

OPERACIONES CON CERTIFICADOS SSL

Verificar firma con llave pública: openssl req -in newcert.req -noout -text Ver información general: openssl s_server -cert mycert.pem -www Ver el emisor: openssl x509 -noout -in cert.pem -issuer Ver el propietario: openssl x509 -noout -in cert.pem -subject Ver período de validez: openssl x509 -noout -in cert.pem -dates Combinar opciones: openssl x509 -noout -in cert.pem -issuer…

Read More

OPERACIONES CON CERTIFICADOS

Verificar firma con llave pública: openssl req -in newcert.req -noout -text Ver información general: openssl s_server -cert mycert.pem -www Ver el emisor: openssl x509 -noout -in cert.pem -issuer Ver el propietario: openssl x509 -noout -in cert.pem -subject Ver período de validez: openssl x509 -noout -in cert.pem -dates Combinar opciones: openssl x509 -noout -in cert.pem -issuer…

Read More