2
0
mirror of https://git.coolaj86.com/coolaj86/acme-dns-01-vultr.js.git synced 2025-04-20 22:20:38 +00:00

Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/acme-dns-01-vultr.js

This commit is contained in:
AJ ONeal 2019-07-03 22:35:25 -06:00
commit 6676b6412d

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 () {