Let's Encrypt Local Servers and Devices

Let's Encrypt Local Servers and Devices 1.1

Python 3.8 is now the required minimum version.

To upgrade an existing jail, run the following commands within the jail:

Code:
pkg upgrade
pkg install py38-pip py38-requests
pkg remove py37-setuptools python37

# Upgrade to the latest release of deploy-freenas
cd /root/deploy-freenas && git pull

# Upgrade python-hpilo to v4.4.3
pip install python-hpilo

# Upgrade to acme.sh v3.0.1 and set up auto-upgrade
acme.sh --upgrade
acme.sh --auto-upgrade
Top