This commit is contained in:
AJ ONeal 2016-10-14 13:30:18 -06:00
parent 05950414ea
commit b38ad55e8d
1 changed files with 1 additions and 1 deletions

View File

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