====== Let's Encryptの導入 ====== ===== このページについて ===== FreeBSDでのLet's Encryptの導入について記述。\\ まだ、途中なので、信用しないこと ===== インストール ===== # pkg install acme-client ドメインの認証があるのでNginxも入れる # pkg install nginx ===== 証明書を取得 ===== # acme-client -bnNv -k ${domainkey} -f ${accountkey} -C ${challengedir} -c ${certdir} domain * -b 証明書をバックアップ * -n なければアカウントキー(domainkey)を作成する * -N なければドメインキー(accountkey)を作成する * -C チャレンジを登録する場所 * -c 証明書を置く場所 ===== 参考 ===== [[http://www.seirios.org/seirios/dokuwiki/doku.php?id=networkapp:acme-client|acme-client[ほほほのほ]]] https://wiki.freebsd.org/BenWoods/LetsEncrypt https://mag.osdn.jp/16/06/28/090000/2 https://certbot.eff.org/ https://letsencrypt.jp/ https://community.letsencrypt.org/t/list-of-client-implementations/2103 https://http2.try-and-test.net/letsencrypt.html http://d2b6.seesaa.net/article/433100906.html http://deeeet.com/writing/2015/12/01/go-letsencrypt-acme/