Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active July 10, 2016 13:38
Show Gist options
  • Save nishinoshake/249d2fb50c7a6e63cdc7793803b9d466 to your computer and use it in GitHub Desktop.
Save nishinoshake/249d2fb50c7a6e63cdc7793803b9d466 to your computer and use it in GitHub Desktop.
Let's Encrypt
  1. gitクローン git clone https://github.com/letsencrypt/letsencrypt
  2. 必要なパッケージをインストール letsencrypt-auto --help
  3. 証明書を発行 ./letsencrypt-auto certonly --debug --webroot -w /var/www/html/hoge.jp -d hoge.jp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment