
gokaygurcan/certbot |
| Port | Process | TCP/UDP |
|---|---|---|
| 80 | Certbot | TCP |
| 443 | Certbot | TCP |
bashcertbot
To pull the image
bashdocker pull gokaygurcan/certbot
To create a new certificate
bashdocker run -it --rm \ --user root \ --name certbot-example.com \ -p 80:80 -p 443:443 \ -v /etc/letsencrypt:/etc/letsencrypt \ -w /usr/bin \ gokaygurcan/certbot \ certbot certonly \ -vvvv \ --agree-tos \ --standalone \ --http-01-port 80 \ --tls-sni-01-port 443 \ -d example.com \ -m "***"
To renew an existing certificate(s)
bashdocker run -it --rm \ --user root \ --name certbot-renew \ -p 80:80 -p 443:443 \ -v /etc/letsencrypt:/etc/letsencrypt \ -w /usr/bin \ gokaygurcan/certbot \ certbot renew \ --http-01-port 80 \ --tls-sni-01-port 443






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务