Aggiorna README.md
This commit is contained in:
parent
909e9e4d9c
commit
c7bd01a9d2
1 changed files with 38 additions and 20 deletions
18
README.md
18
README.md
|
@ -1,3 +1,21 @@
|
||||||
|
#MY USAGE
|
||||||
|
installare
|
||||||
|
|
||||||
|
sudo apt install certbot python3-certbot-nginx
|
||||||
|
|
||||||
|
andare su scripts
|
||||||
|
sudo chmod +x *.sh
|
||||||
|
|
||||||
|
inserire in *.sh la API key di dynu.com
|
||||||
|
|
||||||
|
sudo -s
|
||||||
|
|
||||||
|
certbot certonly --manual-public-ip-logging-ok --non-interactive --agree-tos --email fabio.micheluz@gmail.com --manual --preferred-challenges=dns --manual-auth-hook ./script-pre.sh --manual-cleanup-hook ./script-post.sh -d patachina.casacam.net -d *.patachina.casacam.net
|
||||||
|
|
||||||
|
certbot certonly --manual-public-ip-logging-ok --non-interactive --agree-tos --email fabio.micheluz@gmail.com --manual --preferred-challenges=dns --manual-auth-hook ./script-pre.sh --manual-cleanup-hook ./script-post.sh -d patachina2.casacam.net -d *.patachina2.casacam.net
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This repository contains everything needed to create and renew LetsEncrypt certificates (incl. wildcard certificates) on Dynu (https://www.dynu.com/).
|
This repository contains everything needed to create and renew LetsEncrypt certificates (incl. wildcard certificates) on Dynu (https://www.dynu.com/).
|
||||||
This should work on every machine that can run docker (I'm using it on a QNAP NAS).
|
This should work on every machine that can run docker (I'm using it on a QNAP NAS).
|
||||||
If you already have certbot installed you can also just use the scripts in the scripts folder, without docker.
|
If you already have certbot installed you can also just use the scripts in the scripts folder, without docker.
|
||||||
|
|
Loading…
Reference in a new issue