Tencent CDN Cert Manager
Manage your Tencent cloud CDN certificates, including obtaining and renewing certificates automatically.
Environments Variables
The program will load variables from .env
of current working directory.
You can find all variables on .env.example.
Testing
I recommend testing you config with CA_DIR_URL = https://acme-staging-v02.api.letsencrypt.org/directory
, in order to avoid the rate limit problem of Let's Encrypt.
And then change CA_DIR_URL
as https://acme-v02.api.letsencrypt.org/directory
on production.
Docker
$ docker run \
-v "$PWD/.env:/app/.env:ro" \
-v data:/app/data \
--name tccm \
razonyang/tencent-cdn-cert-manager
/app/data
stores user private keys and SSL certificates that used to renew certificates.
You can also specify variables via -e
instead of mounting .env
file.