misc_other:linux
Linux
Sammlung diverser Snippets für Linux Server etc.
acme.sh: Script nach Zerti-Erneuerung ausführen (zB. postfix oder dovecot neu starten)
misc_other/linux.txt · Zuletzt geändert: von Dominique
Sammlung diverser Snippets für Linux Server etc.
"/root/.acme.sh"/acme.sh --home "/root/.acme.sh" --install-cert -d EXAMPLE.COM --debug 4 --reloadcmd "systemctl restart dovecot.service"