User Tools

Site Tools


freessl:certificados_ssl

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
freessl:certificados_ssl [2016/06/23 12:36]
moliver created
freessl:certificados_ssl [2017/01/30 15:52]
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>​
 +
  
 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 buscar en la Wiki Interna los pasos aseguir.
  
freessl/certificados_ssl.txt ยท Last modified: 2020/04/10 17:38 (external edit)