Skip to content

Instantly share code, notes, and snippets.

@hktaskin
Created November 17, 2024 19:08
Show Gist options
  • Save hktaskin/3ffe7b4390bfdca6e3e8799a6d41a483 to your computer and use it in GitHub Desktop.
Save hktaskin/3ffe7b4390bfdca6e3e8799a6d41a483 to your computer and use it in GitHub Desktop.
acme.sh notes
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