[Howto] create a SSL/TLS certificate with LetsEncrypt (FreeBSD)
tested under FreeBSD v12.1 with certbot-1.3.0,1 install the let’s encrypt clientpkg install py37-certbot request your certificate (note: Port 80 must be unused, e.g. temporarily disable a running webserver)certbot certonly –standalone -d <your-domain> all done, now you will find your certificate … Continued