Open
Description
What provider would you like to see added to NPM?
cdmon.com, they are an Spanish domain and DNS provider and offer free DNS services. I've created the certbot plugin, tested, and deployed as a pip package, after some weecknds working on it ;D
Have you checked if a certbot plugin exists?
Yes, certbot exists as a pip package
https://pypi.org/project/certbot-dns-cdmon/
And here is the git directory
https://github.com/rascazzione/certbot-dns-cdmon
I've prepared the data for certbot-dns-plugins.json
"cdmon": {
"name": "cdmon",
"package_name": "certbot-dns-cdmon",
"version": "~=0.3.2",
"dependencies": "",
"credentials": "dns_cdmon_api_key=your-cdmon-api-token",
"full_plugin_name": "dns-cdmon"
},
I tried to compile the image, but I don't know why it doesn't appear in the compiled image after modifying and recompiling via docker compose (maybe it is necessary to rebuild frontend?).
Thank you very much!!!