Skip to content

Instantly share code, notes, and snippets.

@kruppel
Last active June 10, 2018 18:43
Show Gist options
  • Save kruppel/32048deabd2b30c03cdb7e25db675a5e to your computer and use it in GitHub Desktop.
Save kruppel/32048deabd2b30c03cdb7e25db675a5e to your computer and use it in GitHub Desktop.
Managing wildcard SSL certificates

Managing wildcard SSL certificates

Create a certificate

Start the verification process...

⫸  brew install certbot
⫸  sudo certbot certonly --manual -d '*.example.com' \
  --agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01 \
  --server https://acme-v02.api.letsencrypt.org/directory
...
-------------------------------------------------------------------------------
Please deploy a DNS TXT record under the name
_acme-challenge.example.com with the following value:

<value>

Before continuing, verify the record is deployed.
-------------------------------------------------------------------------------
Press Enter to Continue

Set up the TXT record and continue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment