我正在尝试使用 certbot 和 --webroot 设置获取 SSL 证书。我当前的命令是:
sudo certbot certonly --webroot -w <path> -d <URL> -d <*.URL>
Run Code Online (Sandbox Code Playgroud)
每次运行该命令时,我都会收到此错误:
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 …Run Code Online (Sandbox Code Playgroud)