问题描述
您好,我正在学习如何使用certbot在ubuntu 18.04中安装加密证书。
我通过以下方式安装了certbot
sudo snap install --beta --classic certbot
授予权限
sudo snap set certbot trust-plugin-with-root=ok
因为我正在使用AWS EC2,所以我可以运行
sudo snap install --beta certbot-dns-route53
现在,我正在运行命令
/snap/bin/certbot certonly \
--dns-route53 \
-d *.example.com
我遇到错误:
Unable to locate credentials
To use certbot-dns-route53,configure credentials as described at https://boto3.readthedocs.io/en/latest/guide/configuration.html#best-practices-for-configuring-credentials and add the necessary permissions for Route53 access.
我是在vps中安装SSL证书的新手。请让我们知道如何生成证书以安装通配符。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)