Site Tools


certbot

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
certbot [2025/11/18 22:49] etfiatcertbot [2025/12/18 10:00] (current) – [Limpiar certificados movidos] etfiat
Line 2: Line 2:
  
 ==== Renovar certificados haproxy ==== ==== Renovar certificados haproxy ====
 +
 === Script guarrete === === Script guarrete ===
  
Line 41: Line 42:
 root@ns3061228:/# rm /etc/letsencrypt/renewal/cloud.old.conf root@ns3061228:/# rm /etc/letsencrypt/renewal/cloud.old.conf
 root@ns3061228:/# rm /etc/letsencrypt/renewal/nextcloud.old.conf  root@ns3061228:/# rm /etc/letsencrypt/renewal/nextcloud.old.conf 
 +</code>
 +
 +
 +==== Solicitud certificado LetsEncrypt ====
 +
 +
 +<code>
 +#simular solicitud
 +certbot certonly --register-unsafely-without-email -d plycaf.unizar.es --webroot --webroot-path /u01/app/plyca/ --dry-run
 +
 +#Solicitud real
 +certbot certonly --register-unsafely-without-email -d plycaf.unizar.es --webroot --webroot-path /u01/app/plyca/
 +
 +#verificación
 +[root@plycaswf1 ~]# ls /etc/letsencrypt/live/plycaf.unizar.es/
 +cert.pem  chain.pem  fullchain.pem  privkey.pem  README
 +
 +#Certificado con alias
 +certbot certonly --register-unsafely-without-email -d licitacionf.unizar.es,plycaf.unizar.es --webroot --webroot-path /u01/app/plyca 
 </code> </code>
  
  
certbot.1763506158.txt.gz · Last modified: by etfiat