mirror of https://gitlab.com/bashrc2/epicyon
Update letsencrypt server on sites
parent
a81c191b00
commit
ed0882fec9
|
@ -158,7 +158,7 @@ Enable the site:
|
||||||
|
|
||||||
Forward port 443 from your internet router to your server. If you have dynamic DNS make sure its configured. Add a TLS certificate:
|
Forward port 443 from your internet router to your server. If you have dynamic DNS make sure its configured. Add a TLS certificate:
|
||||||
|
|
||||||
certbot certonly -n --server https://acme-v01.api.letsencrypt.org/directory --standalone -d YOUR_DOMAIN --renew-by-default --agree-tos --email YOUR_EMAIL
|
certbot certonly -n --server https://acme-v02.api.letsencrypt.org/directory --standalone -d YOUR_DOMAIN --renew-by-default --agree-tos --email YOUR_EMAIL
|
||||||
|
|
||||||
Restart your web server:
|
Restart your web server:
|
||||||
|
|
||||||
|
|
|
@ -1444,7 +1444,7 @@
|
||||||
Forward port 443 from your internet router to your server. If you have dynamic DNS make sure its configured. Add a TLS certificate:
|
Forward port 443 from your internet router to your server. If you have dynamic DNS make sure its configured. Add a TLS certificate:
|
||||||
</p>
|
</p>
|
||||||
<div class="shell">
|
<div class="shell">
|
||||||
certbot certonly -n --server https://acme-v01.api.letsencrypt.org/directory --standalone -d YOUR_DOMAIN --renew-by-default --agree-tos --email YOUR_EMAIL
|
certbot certonly -n --server https://acme-v02.api.letsencrypt.org/directory --standalone -d YOUR_DOMAIN --renew-by-default --agree-tos --email YOUR_EMAIL
|
||||||
</div>
|
</div>
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
Restart your web server:
|
Restart your web server:
|
||||||
|
|
Loading…
Reference in New Issue