Closed Silex closed 2 years ago
Hello,
When using:
certbot certonly \ --authenticator certbot-dns-infomaniak:dns-infomaniak \ --agree-tos \ --rsa-key-size 4096 \ -d "$DOMAINS"
I get this message:
"Plugin legacy name certbot-dns-infomaniak:dns-infomaniak may be removed in a future version. Please use dns-infomaniak instead."
And if I use --authenticator dns-infomaniak:dns-infomaniak, then I get this message:
--authenticator dns-infomaniak:dns-infomaniak
"The requested dns-infomaniak:dns-infomaniak plugin does not appear to be installed"
Not a big deal as everything works but I think you might want to fix it anyway.
Does it work if you only use --authenticator dns-infomaniak ?
Yes, that works.
You'd update the documentation at https://github.com/Infomaniak/certbot-dns-infomaniak/blob/main/README.rst
Hello,
When using:
I get this message:
"Plugin legacy name certbot-dns-infomaniak:dns-infomaniak may be removed in a future version. Please use dns-infomaniak instead."
And if I use
--authenticator dns-infomaniak:dns-infomaniak
, then I get this message:"The requested dns-infomaniak:dns-infomaniak plugin does not appear to be installed"
Not a big deal as everything works but I think you might want to fix it anyway.