User Tools

Site Tools


letsencrypt

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
letsencrypt [2019/01/08 20:48]
admin
letsencrypt [2019/01/18 12:07]
admin
Line 1: Line 1:
-== new ==+== nuevo ==
 <​code>/​usr/​bin/​certbot --nginx certonly -d yourdomain.com --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh</​code>​ <​code>/​usr/​bin/​certbot --nginx certonly -d yourdomain.com --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh</​code>​
  
-== renew == +== renovar por apache == 
-<​code>/​usr/​bin/​certbot --nginx renew --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh</​code>​+<​code>/​usr/​bin/​certbot --apache ​renew --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh --post-hook "/​etc/​init.d/​apache2 reload"</​code>​ 
 + 
 +== renovar por nginx == 
 +<​code>/​usr/​bin/​certbot --nginx renew --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh 
 +--post-hook "/​etc/​init.d/​nginx reload"​</​code>​
  
 == /​usr/​local/​sbin/​push_to_confiared.sh == == /​usr/​local/​sbin/​push_to_confiared.sh ==
letsencrypt.txt · Last modified: 2022/06/01 12:40 by admin