Skip to content

Instantly share code, notes, and snippets.

@celeron633
Created February 4, 2023 05:55
Show Gist options
  • Save celeron633/a4e35ec7492f12a6e229cbaa9f746db5 to your computer and use it in GitHub Desktop.
Save celeron633/a4e35ec7492f12a6e229cbaa9f746db5 to your computer and use it in GitHub Desktop.
acme.sh issue cert with dns
1. post issue request
acme.sh --issue -d example.com -d *.example.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please
2. add _acme-challenge TXT records(may be two or more, just add multiple records) in DNS vendor site
3. get cert
acme.sh --renew -d example.com -d *.example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment