This commit is contained in:
nyaundi brian 2019-06-16 17:04:20 +03:00
parent ef5bd3ced2
commit c8087a7f53
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ dns01
.set({ .set({
identifier: { value: 'foo.example.com' }, identifier: { value: 'foo.example.com' },
wildcard: false, wildcard: false,
dnsHost: '_acme-challenge.foo.example.com' dnsHost: '_acme-challenge.foo.example.com',
dnsAuthorization: 'xxx_secret_xxx' dnsAuthorization: 'xxx_secret_xxx'
}) })
.then(function () { .then(function () {