Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created May 29, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voronenko-p/6acfbdcc18f5228b90f3561a2da8850b to your computer and use it in GitHub Desktop.
Save voronenko-p/6acfbdcc18f5228b90f3561a2da8850b to your computer and use it in GitHub Desktop.
acme.sh --issue --dns dns_aws -d staging.yourdomain.com -d "*.staging.yourdomain.com"
[середа, 29 травня 2019 19:58:01 +0200] Multi domain='DNS:staging.yourdomain.com,DNS:*.staging.yourdomain.com'
[середа, 29 травня 2019 19:58:01 +0200] Getting domain auth token for each domain
[середа, 29 травня 2019 19:58:03 +0200] Getting webroot for domain='staging.yourdomain.com'
[середа, 29 травня 2019 19:58:03 +0200] Getting webroot for domain='*.staging.yourdomain.com'
[середа, 29 травня 2019 19:58:03 +0200] Adding txt value: GvaPZqTUMceQVt8yFl4IkW0ZqJ22-680Du-7BLfTcVc for domain: _acme-challenge.staging.yourdomain.com
[середа, 29 травня 2019 19:58:04 +0200] Getting existing records for _acme-challenge.staging.yourdomain.com
[середа, 29 травня 2019 19:58:05 +0200] TXT record updated successfully.
[середа, 29 травня 2019 19:58:05 +0200] The txt record is added: Success.
[середа, 29 травня 2019 19:58:05 +0200] Adding txt value: txy1JYnOGAWpT1rQ8_U99Ird-Pq-P0iWYzixGPPQIvw for domain: _acme-challenge.staging.yourdomain.com
[середа, 29 травня 2019 19:58:06 +0200] Getting existing records for _acme-challenge.staging.yourdomain.com
[середа, 29 травня 2019 19:58:07 +0200] TXT record updated successfully.
[середа, 29 травня 2019 19:58:07 +0200] The txt record is added: Success.
[середа, 29 травня 2019 19:58:07 +0200] Let's check each dns records now. Sleep 20 seconds first.
...
[середа, 29 травня 2019 19:58:28 +0200] All success, let's return
[середа, 29 травня 2019 19:58:28 +0200] Verifying: staging.yourdomain.com
[середа, 29 травня 2019 19:58:31 +0200] Success
[середа, 29 травня 2019 19:58:31 +0200] Verifying: *.staging.yourdomain.com
[середа, 29 травня 2019 19:58:34 +0200] Success
...
[середа, 29 травня 2019 19:58:39 +0200] Your cert is in /home/slavko/.acme.sh/staging.yourdomain.com/staging.yourdomain.com.cer
[середа, 29 травня 2019 19:58:39 +0200] Your cert key is in /home/slavko/.acme.sh/staging.yourdomain.com/staging.yourdomain.com.key
[середа, 29 травня 2019 19:58:39 +0200] The intermediate CA cert is in /home/slavko/.acme.sh/staging.yourdomain.com/ca.cer
[середа, 29 травня 2019 19:58:39 +0200] And the full chain certs is there: /home/slavko/.acme.sh/staging.yourdomain.com/fullchain.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment