问题描述
我正在尝试使用certbot和--webroot设置获取SSL证书。我当前的命令是:
sudo certbot certonly --webroot -w <path> -d <URL> -d <*.URL>
每次我运行命令时,都会出现此错误:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
我尝试了所有发现的类似命令。请分享一些帮助。
我正在使用具有最新certbot版本的ubuntu 18。我也尝试了certbot-auto
解决方法
我想通了:使用http验证(webroot),无法获得通配符()。