From 971439a518f6df879c14e610f966bc3442a1d3c1 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 4 Apr 2017 00:48:33 -0400 Subject: [PATCH 1/2] Sort list of OSes with packages --- docs/install.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index e1ec06f16..2487131b7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -140,16 +140,6 @@ of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`. Operating System Packages ------------------------- -**FreeBSD** - - * Port: ``cd /usr/ports/security/py-certbot && make install clean`` - * Package: ``pkg install py27-certbot`` - -**OpenBSD** - - * Port: ``cd /usr/ports/security/letsencrypt/client && make install clean`` - * Package: ``pkg_add letsencrypt`` - **Arch Linux** .. code-block:: shell @@ -182,6 +172,11 @@ repo, if you have not already done so. Then run: sudo dnf install certbot python2-certbot-apache +**FreeBSD** + + * Port: ``cd /usr/ports/security/py-certbot && make install clean`` + * Package: ``pkg install py27-certbot`` + **Gentoo** The official Certbot client is available in Gentoo Portage. If you @@ -217,6 +212,11 @@ For the time being, this is the only way for the Apache plugin to recognise the appropriate directives when installing the certificate. Note: this change is not required for the other plugins. +**OpenBSD** + + * Port: ``cd /usr/ports/security/letsencrypt/client && make install clean`` + * Package: ``pkg_add letsencrypt`` + **Other Operating Systems** OS packaging is an ongoing effort. If you'd like to package From 2b03833752dc33475bdfaf53ff4465b374a7fd44 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 4 Apr 2017 00:55:25 -0400 Subject: [PATCH 2/2] Add NetBSD to list of OSes with packages --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 2487131b7..6c56584be 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -212,6 +212,11 @@ For the time being, this is the only way for the Apache plugin to recognise the appropriate directives when installing the certificate. Note: this change is not required for the other plugins. +**NetBSD** + + * Build from source: ``cd /usr/pkgsrc/security/py-certbot && make install clean`` + * Install pre-compiled package: ``pkg_add py27-certbot`` + **OpenBSD** * Port: ``cd /usr/ports/security/letsencrypt/client && make install clean``