Step
1 | docker run -it --rm -p 80:80 -p 443:443 \ |
运行成功后,如下提示
1 | How would you like to authenticate with the ACME CA? |
选择1,然后输入Email地址
1 | Plugins selected: Authenticator standalone, Installer None |
同意协议
1 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
最后接着输入你的domain,然后生成证书
One Step
1 | docker run --rm -p 80:80 -p 443:443 \ |