Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created November 27, 2019 17:13
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 topherPedersen/702a267e09b513c50ec1e2525590ba07 to your computer and use it in GitHub Desktop.
Save topherPedersen/702a267e09b513c50ec1e2525590ba07 to your computer and use it in GitHub Desktop.
Certbot Quickstart (for use with the Apache Web Server & Ubuntu Linux Operating System)
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install certbot python-certbot-apache
$ sudo certbot --apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment