1. FreeBSD/letsencrypt

ports/securityの元に見当たらない。(FreeBSD 11.0)

最初からguideに従ってやり直してみる。

shell accessできるので、https://certbot.eff.org/ から

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を動かすための環境整備について書きます。

1.1. python2.7

moinは2.6で動いている。 2.7を入れても残っているので試してみよう。

sourceからbuildした2.7.10は動かない。w

FreeBSD 9.3 ではPython 2.7.10 ソースのままではbuild失敗する。

1.2. ports

portsnap fetch; portsnap update

ports/ports-mgmt/pkg の更新も必要だった。

pkg2ng ??

1.3. letsencrypt

ports/security/py-letsencrypt

必要なpython環境はまとめて入れてくれたのだったか。(cryptographyとか)

入れたものはstandaloneモード(だけ)で動く。

letsencrypt-auto はどうなのか。

-- ToshinoriMaeno 2015-11-24 23:00:08