Skip to content

[pull] develop from NginxProxyManager:develop #42

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 5 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Gcore apikey format
I managed to mis-write the format in my previous commit
  • Loading branch information
GergelyGombai committed Dec 22, 2024
commit 73110d5e1e365e1f712b5786486d5ae4d41024e3
2 changes: 1 addition & 1 deletion global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"package_name": "certbot-dns-gcore",
"version": "~=0.1.8",
"dependencies": "",
"credentials": "dns_gcore_api_key = 0123456789abcdef0123456789abcdef01234567",
"credentials": "dns_gcore_apitoken = 0123456789abcdef0123456789abcdef01234567",
"full_plugin_name": "dns-gcore"
},
"godaddy": {
Expand Down