Let's Encrypt + nginx + Ubuntu
Posted on 2017/06/05 in tech • Tagged with ssl/tls, nginx, ubuntu
めも。殴り書き。
Let's Encrypt
環境
- Ubuntu 16.04 LTS
- nginx 1.10.0
一応確認
- サーバーに対してドメインが振られDNSでの名前解決ができている
- 80番ポートにアクセスできる
certbotの導入
$ cd /usr/local/bin
$ sudo git clone https://github.com/certbot/certbot
$ cd certbot
$ sudo ./certbot-auto certonly --standalone -t
- 依存するライブラリを自動でインストールするか途中訊かれるので、
y
と入力。 - メールアドレスの入力
- (A)gree
あとはよくわからないこと聞かれる
Your account credentials have …
Continue reading