Skip to content

Instantly share code, notes, and snippets.

View assodefis's full-sized avatar

Association Défis assodefis

View GitHub Profile
@assodefis
assodefis / cloudflare-pve-acme.sh
Last active August 8, 2021 19:41 — forked from fuyuanli/cloudflare-pve-acme.sh
acme.sh + Proxmox VE
# CloudFlare API
#
# Please install "acme.sh" before runnung this script.
# curl https://get.acme.sh/ | sh
#
export CF_Email="Your_CloudFlare_Account@example.com"
export CF_Key="Your_CloudFlare_API_Key"
/root/.acme.sh/acme.sh --issue \
-d $DOMAIN \