letsencrypt

提供: 個人的記録
2018年5月4日 (金) 11:18時点におけるGonbe (トーク | 投稿記録)による版 (ページの作成:「category:Software = スクリプトインストール = certbotスクリプトが公開されているのでinstallする。 <pre> pkg install py27-certbot </pre> =...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

スクリプトインストール

certbotスクリプトが公開されているのでinstallする。

pkg install py27-certbot

ドキュメントルートの設定

certbotで証明書を取得すると設定ファイルをhttpのドキュメントルートに作成する。以下のフォルダを作成する。

ドキュメントルート/.well-known/acme-challenge/
<pre>
freebsdのnginxだとデフォルトでは以下の場所になる。
<pre>
/usr/local/www/nginx/.well-known/acme-challenge/

証明書の取得

nginxを起動しておき、以下のコマンドを実行

certbot certonly --webroot -d ドメイン名 -m メールアドレス --agree-tos