Skip to content

Instantly share code, notes, and snippets.

@guillochon
Created July 7, 2018 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillochon/b1f23c507fc25ce162db71c6dd650ec2 to your computer and use it in GitHub Desktop.
Save guillochon/b1f23c507fc25ce162db71c6dd650ec2 to your computer and use it in GitHub Desktop.

Run the following command:

/root/certbot-auto certonly --manual -d voxcharta.org -d *.voxcharta.org \
--server https://acme-v02.api.letsencrypt.org/directory --preferred-challenges dns

Then, visit linode.com and add a TXT entry to voxcharta.org with the displayed key. Use dig to check that the TXT record is updated,

dig -t txt _acme-challenge.voxcharta.org +short

then hit Enter.

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