Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tasyjean/9d01706b774f66427d45422cfaf99746 to your computer and use it in GitHub Desktop.

Select an option

Save tasyjean/9d01706b774f66427d45422cfaf99746 to your computer and use it in GitHub Desktop.

Revisions

  1. tasyjean revised this gist Apr 15, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Letsencrypt wildcard cert using cloudflare plugin.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,8 @@ sudo add-apt-repository ppa:certbot/certbot

    sudo apt-get update

    sudo apt-get install certbot
    sudo apt-get install certbot python-pip

    pip install certbot-dns-cloudflare

    sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini --server https://acme-v02.api.letsencrypt.org/directory --email email@example.com --agree-tos -d *.example.com
  2. tasyjean created this gist Mar 20, 2018.
    11 changes: 11 additions & 0 deletions Letsencrypt wildcard cert using cloudflare plugin.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    sudo apt-get update

    sudo apt-get install software-properties-common

    sudo add-apt-repository ppa:certbot/certbot

    sudo apt-get update

    sudo apt-get install certbot

    sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini --server https://acme-v02.api.letsencrypt.org/directory --email email@example.com --agree-tos -d *.example.com