From d054d05ea9d8c5783a4c61c8f5a2402899e895ed Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Fri, 6 Nov 2015 19:54:50 +1100 Subject: [PATCH] Add FreeBSD port/package to documentation * Rename Distro's to Operating Systems * Add instructions for FreeBSD port and package installation --- docs/using.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/using.rst b/docs/using.rst index eb8c31595..603f38a9b 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -86,8 +86,15 @@ in ``/etc/letsencrypt/live`` on the host. .. _`install Docker`: https://docs.docker.com/userguide/ -Distro packages ---------------- +Operating System Packages +-------------------------- + +**FreeBSD** + + * Port: ``cd /usr/ports/security/py-letsencrypt && make install clean`` + * Package: ``pkg install py27-letsencrypt`` + +**Other Operating Systems** Unfortunately, this is an ongoing effort. If you'd like to package Let's Encrypt client for your distribution of choice please have a