2
0
mirror of https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js synced 2025-04-21 13:20:39 +00:00
This commit is contained in:
AJ ONeal 2016-10-14 13:30:18 -06:00
parent 05950414ea
commit b38ad55e8d

View File

@ -50,7 +50,7 @@ LE.create({
, challenges: { , challenges: {
'dns-01': leChallengeDdns 'dns-01': leChallengeDdns
} }
, approvedDomains: [ 'example.com' ] , approveDomains: [ 'example.com' ]
}); });
``` ```