diff --git a/Doku/ACME Certs b/Doku/ACME Certs new file mode 100644 index 0000000..44be130 --- /dev/null +++ b/Doku/ACME Certs @@ -0,0 +1,26 @@ +How to install LetsEncrypt Certs ======================================= + +First Issue: + +sudo /root/.acme.sh/acme.sh --issue -d xxx.cutemeli.com --dns \ +--yes-I-know-dns-manual-mode-enough-go-ahead-please + +-> set txt-records and then use --renew: + +sudo /root/.acme.sh/acme.sh --renew -d xxx.cutemeli.com --dns \ +--yes-I-know-dns-manual-mode-enough-go-ahead-please + +then do: + +sudo /root/.acme.sh/acme.sh --install-cert -d xxx.cutemeli.com \ +--fullchain-file /etc/ssl/certs/xxx.pem \ +--key-file /etc/ssl/private/xxx.key \ +--reloadcmd "systemctl reload nginx" + + +How to renew Certs =================================================== + +sudo /root/.acme.sh/acme.sh --renew -d xxx.cutemeli.com --dns \ +--yes-I-know-dns-manual-mode-enough-go-ahead-please + +-> set txt-records and then use --renew \ No newline at end of file