# certbot.docker **Repository Path**: systechn/certbot.docker ## Basic Information - **Project Name**: certbot.docker - **Description**: SSL/TLS Certificates 证书生成容器 - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-16 - **Last Updated**: 2023-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSL/TLS Certificate Authority ## 生成证书, 主要用于HTTPS, MQTT ``` certbot --webroot certonly -d hk.systec-pbx.net -w /var/www/html -m guozheng-yang@systechn.com --agree-tos --keep-until-expiring --non-interactive ``` ## 证书更新 ``` /start.sh renew ``` ## 参考 1. [Let’s Encrypt](https://letsencrypt.org) 2. [Certbot](https://certbot.eff.org)