Created
November 17, 2024 19:08
-
-
Save hktaskin/3ffe7b4390bfdca6e3e8799a6d41a483 to your computer and use it in GitHub Desktop.
acme.sh notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TELEGRAM_BOT_APITOKEN="" | |
export TELEGRAM_BOT_CHATID="" | |
acme.sh --set-notify --notify-hook telegram | |
export NAMECHEAP_USERNAME="" | |
export NAMECHEAP_API_KEY="" | |
export NAMECHEAP_SOURCEIP="" | |
acme.sh --issue -d domain.tld -d '*.domain.tld' --dns dns_namecheap --keylength ec-384 --server letsencrypt | |
acme.sh --install-cert --ecc -d domain.tld --cert-file "/path/to/file" --key-file "/path/to/file" --fullchain-file "/path/to/file" --reloadcmd "docker restart nginx" | |
acme.sh --renew -d domain.tld --force --ecc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment