我使用certbot的cloudflare插件为我的域名生成通配符证书。
现在我还想使用--apache
插件来更新apache配置。
我尝试运行以下命令
certbot -d example.in -d *.example.in --dns-cloudflare --apache
显然,该应用程序会抛出以下错误。
Too many flags setting configurators/installers/authenticators 'apache' -> 'dns-cloudflare'
我需要cloudflare插件来自动验证通配符dns,但同时我还需要apache插件来自动设置配置。
这可以实现,如果是,如何实现?