Skip to content

[pull] develop from NginxProxyManager:develop #41

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

Merged
merged 12 commits into from
Dec 29, 2024
Merged
Prev Previous commit
Next Next commit
Update version 'certbot-beget-plugin' & fix credentials content
  • Loading branch information
Medan-rfz committed Dec 7, 2024
commit c6630e87bbe878b7161a276894f08c840a6aafa1
4 changes: 2 additions & 2 deletions global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"beget": {
"name":"Beget",
"package_name": "certbot-beget-plugin",
"version": "~=1.0.0.dev8",
"version": "~=1.0.0.dev9",
"dependencies": "",
"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\beget_plugin_password = password",
"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password",
"full_plugin_name": "beget-plugin"
},
"bunny": {
Expand Down