-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin removed in future version ? #23
Comments
I suppose this relates to the following : |
The deprecation warning refers to the "prefix" part of the plugin entrypoint when you pass it on the Certbot CLI. More information at certbot/certbot#8131. Currently, with the prefix:
Afterwards, without the prefix:
Unfortunately in this case of this project, using the generic cc @obynio, just so you are aware of the potential future issue. |
Currently I am using the following instructions and I have no problems apart from this anxiety-provoking warning
|
Looks like it works without the prefix:
... hum, doing a PR to explain that and migrate to a better name. |
In #24 I propose we use |
Awesome ! |
Hello, a new version was release to add these changes |
HI with a pip upgrade i don't have the new release :( pip3 install certbot-plugin-gandi --upgrade i'v the following error : root@65df9fa35a70:~# certbot certonly --authenticator dns-gandi --dns-gandi-credentials /root/.secrets/certbot/gandi-supersoniks.ini -d decoflorale.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-gandi, Installer None
Requesting a certificate for decoflorale.com
Performing the following challenges:
dns-01 challenge for decoflorale.com
Cleaning up challenges
Missing property in credentials configuration file /root/.secrets/certbot/gandi-supersoniks.ini:
* Property "dns_gandi_api_key" not found (should be API key for Gandi account). file : gandi-supersoniks.ini: # live dns v5 api key
certbot_plugin_gandi:dns_api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# new ???
dns_gandi_api_key:dns_api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# optional organization id, remove it if not used
# certbot_plugin_gandi:dns_sharing_id=SHARINGID |
@AntoineDavidSupersoniks please take a look at this #25 |
Hi,
With certbot 1.10.1 i've this warning :
Plugin legacy name certbot-plugin-gandi:dns may be removed in a future version. Please use dns instead.
What is DNS plugin ?
Cordialy
The text was updated successfully, but these errors were encountered: