Introduction
dnscmd-acme is to use dnscmd to obtain dns-01 challenge certificate together with acme.sh.
- Warning: This project has ABSOLUTELY NO WARRANTY. Use at your own risk.
Usage:
- Build
acme.exeand run it on your dns server or change source code to control Active Directory server accrodingly.
GOOS=windows GOARCH=amd64 go build -o acme.exe
- Copy dns_win.sh to your acme.sh
dns_apidirectory. - Try
acme.shwith--dns dns_winto obtain certificate.
acme.sh --issue -d *.example.com -d example.com --dns dns_win --debug 2