mirror of https://github.com/tteck/Proxmox.git
parent
846d75dca1
commit
e4912cec78
|
@ -36,7 +36,8 @@ $STD apt-get install -y \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
python3-cffi
|
python3-cffi \
|
||||||
|
python3-certbot-dns-cloudflare
|
||||||
$STD pip3 install certbot certbot-dns-multi
|
$STD pip3 install certbot certbot-dns-multi
|
||||||
$STD python3 -m venv /opt/certbot/
|
$STD python3 -m venv /opt/certbot/
|
||||||
ln -s /usr/local/bin/certbot /usr/bin/certbot
|
ln -s /usr/local/bin/certbot /usr/bin/certbot
|
||||||
|
|
Loading…
Reference in New Issue