User Tools

Site Tools


freessl:certificados_ssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
freessl:certificados_ssl [2016/09/14 15:44]
moliver
freessl:certificados_ssl [2017/04/10 17:01]
moliver
Line 2: Line 2:
  
 http://​startssl.com/​ http://​startssl.com/​
 +
 +crear un csr y quitarle la pass a la key:
 +<​code>​
 +openssl req -newkey rsa:2048 -keyout yourname.enc.key -out yourname.csr
 +openssl rsa -in yourname.enc.key -out yourname.key
 +</​code>​
 +
 +ACTUALIZACION:​ Los certificados generados por StartSSL no son válidos en este momento.
 +
  
 y y
  
-https://​letsencrypt.org/​ en conjunto con https://​certbot.eff.org 
  
 +https://​letsencrypt.org/​ en conjunto con https://​certbot.eff.org
  
-Para el caso particular de la UCLV ir aqui. 
  
 +Para el caso particular de la UCLV buscar en la Wiki Interna los pasos aseguir.
  
freessl/certificados_ssl.txt · Last modified: 2020/04/10 17:38 (external edit)