1. Letsencrypt/ACME/certbot
Certbot 2.0.0 Release 2.0.0 - 2022-11-21 https://community.letsencrypt.org/t/certbot-2-0-0-release/188240
https://certbot.eff.org/lets-encrypt/freebsd-other
FreeBSD
Install
Run these steps to install the Certbot client.
Port:
$ cd /usr/ports/security/py-certbot && make install clean
Package:
pkg install py27-certbot
$ sudo certbot certonly
- This will allow you interactively select the plugin and options used to obtain your certificate. If you already have a webserver running, we recommend choosing the "webroot" plugin.
$ sudo certbot certonly --webroot -w /var/www/example -d example
You can also use one of Certbot's DNS plugins to obtain a certificate if it's installed and you have configured DNS for the domain you want to obtain a certificate for with the DNS provider matching the plugin. To see more information about using these plugins, click here. If you want to use one of these plugins with Let's Encrypt's new ACMEv2 server that will issue wildcard certificates, you'll also need to include the following flag on the command line: