= FreeBSD/letsencrypt = ports/securityの元に見当たらない。(FreeBSD 11.0) 最初からguideに従ってやり直してみる。 shell accessできるので、https://certbot.eff.org/ から  [[/certbot]] https://wiki.freebsd.org/BernardSpil/LetsEncrypt {{{ Started this as I felt that the standard LetsEncrypt client was way too fat and had too many dependencies to be allowed to run as root. Even though this is all pretty basic stuff, I decided to document it here. }}} http://www.freshports.org/security/letskencrypt/ ---- letsencryptを動かせるまでの記録です。 <> 証明書の取得は[[Letsencrypt/FreeBSD]]を見てください。 ここにはletsencryptを動かすための環境整備について書きます。 == python2.7 == moinは2.6で動いている。 2.7を入れても残っているので試してみよう。 sourceからbuildした2.7.10は動かない。w FreeBSD 9.3 ではPython 2.7.10 ソースのままではbuild失敗する。 ports で入れる。 == ports == {{{ portsnap fetch; portsnap update }}} ports/ports-mgmt/pkg の更新も必要だった。 pkg2ng ?? == letsencrypt == ports/security/py-letsencrypt 必要なpython環境はまとめて入れてくれたのだったか。(cryptographyとか) 入れたものはstandaloneモード(だけ)で動く。  あとは[[Letsencrypt/FreeBSD]]に。 letsencrypt-auto はどうなのか。 -- ToshinoriMaeno <>