mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Add FreeBSD port/package to documentation
* Rename Distro's to Operating Systems * Add instructions for FreeBSD port and package installation
This commit is contained in:
parent
c8efa0acb8
commit
d054d05ea9
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue