This commit is contained in:
cutemeli
2026-02-09 12:57:12 +01:00
parent e5daa0025a
commit aa95b15d53

26
Doku/ACME Certs Normal file
View File

@@ -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