Skip to content

Instantly share code, notes, and snippets.

@weiofcn
Created January 19, 2018 02:58
Show Gist options
  • Save weiofcn/f8ec1466fa072dbc04c7fae907f9ce92 to your computer and use it in GitHub Desktop.
Save weiofcn/f8ec1466fa072dbc04c7fae907f9ce92 to your computer and use it in GitHub Desktop.
HTTPS
add-apt-repository ppa:certbot/certbot
apt update
apt install certbot
certbot certonly --webroot -w /usr/share/nginx/html -d weibot.top -m weiofcn@gmail.com --agree-tos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment