Skip to content

Instantly share code, notes, and snippets.

@kimtaek
kimtaek / centos-certbot.md
Created December 18, 2017 03:21 — forked from jdeathe/centos-certbot.md
Installation and Usage of Certbot on CentOS to obtain a Let’s Encrypt TLS/SSL certificate.

Installation and Usage of Certbot on CentOS

Installation

Install certbot-auto

# mkdir -p /opt/{bin,certbot/bin} \
  && curl -sS \
 -o /opt/certbot/bin/certbot-auto \