HOWTO: Crear y firmar certificado de seguridad SSL


crear llave encriptada, certificado firmado
$ openssl req -x509 -newkey rsa:1024 -keyout key.pem -out req.pem -days 365


quitar encriptado a la llave
$ openssl rsa -in key.pem -out key.unenc.pem


poner ambos en un mismo archivo
$ cat key.unenc.pem req.pem >> cert.pem


ver el certificado
$ openssl x509 -text -in cert.pem



Ver tambien: HowtoVerCertificadoSSL HowtoCrearCertificadoSSLApache
CategorySysAdmin

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

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki