From 2b03833752dc33475bdfaf53ff4465b374a7fd44 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 4 Apr 2017 00:55:25 -0400 Subject: [PATCH] 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``