Created
February 4, 2023 05:55
-
-
Save celeron633/a4e35ec7492f12a6e229cbaa9f746db5 to your computer and use it in GitHub Desktop.
acme.sh issue cert with dns
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
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