can‘t get wildcard domains Cer! #14

Closed
opened 2019-02-13 07:10:48 +00:00 by Ghost · 2 comments
PS C:\Users\MI\Documents\GitHub\lets_encrypte\node_modules\acme-v2\examples> node cli
What web address(es) would you like to get certificates for? (ex: example.com,*.example.com) *.pinza.ltd
Wildcard domains must use dns-01
What email should we use? (optional)
What API style would you like to test? v1-compat or promise? [v1-compat]
[DEBUG] run [ '*.pinza.ltd' ] dns-01 null
Put the string 'rQnMKDnl8EtozvP2r2GZpYOo-WGgRf4WoS_NhOvdwd4' into the TXT record '_acme-challenge.pinza.ltd'
dig TXT _acme-challenge.pinza.ltd 'rQnMKDnl8EtozvP2r2GZpYOo-WGgRf4WoS_NhOvdwd4'

Then hit the 'any' key to continue...
'any' key was hit
[acme-v2] handled(?) rejection as errback:
Error: queryTxt ETIMEOUT _acme-challenge.*.pinza.ltd
    at QueryReqWrap.onresolve [as oncomplete] (dns.js:197:19)
err 3
C:\Users\MI\Documents\GitHub\lets_encrypte\node_modules\acme-v2\tests\compat.js:66
        if (err) { console.log('err 3'); throw err; }
                                         ^

Error: queryTxt ETIMEOUT _acme-challenge.*.pinza.ltd
    at QueryReqWrap.onresolve [as oncomplete] (dns.js:197:19)
``` bash PS C:\Users\MI\Documents\GitHub\lets_encrypte\node_modules\acme-v2\examples> node cli What web address(es) would you like to get certificates for? (ex: example.com,*.example.com) *.pinza.ltd Wildcard domains must use dns-01 What email should we use? (optional) What API style would you like to test? v1-compat or promise? [v1-compat] [DEBUG] run [ '*.pinza.ltd' ] dns-01 null Put the string 'rQnMKDnl8EtozvP2r2GZpYOo-WGgRf4WoS_NhOvdwd4' into the TXT record '_acme-challenge.pinza.ltd' dig TXT _acme-challenge.pinza.ltd 'rQnMKDnl8EtozvP2r2GZpYOo-WGgRf4WoS_NhOvdwd4' Then hit the 'any' key to continue... 'any' key was hit [acme-v2] handled(?) rejection as errback: Error: queryTxt ETIMEOUT _acme-challenge.*.pinza.ltd at QueryReqWrap.onresolve [as oncomplete] (dns.js:197:19) err 3 C:\Users\MI\Documents\GitHub\lets_encrypte\node_modules\acme-v2\tests\compat.js:66 if (err) { console.log('err 3'); throw err; } ^ Error: queryTxt ETIMEOUT _acme-challenge.*.pinza.ltd at QueryReqWrap.onresolve [as oncomplete] (dns.js:197:19) ```
Author

Node 10.15.1
OS windows 10

Node 10.15.1 OS windows 10
Ghost closed this issue 2019-02-13 07:57:24 +00:00
Owner
For future reference: https://git.coolaj86.com/coolaj86/greenlock-express.js/src/branch/master/examples/wildcard.js
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/acme.js-ARCHIVED#14
No description provided.