@@ -26,7 +26,9 @@ docker run -d \
nginx:certbot
```
-配置`https`证书
+注册`https`证书
+
+> 如果使用外部证书则跳过此步骤
docker exec -it nginx certbot certonly --nginx --non-interactive --agree-tos --register-unsafely-without-email -d 要配置的域名