mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1093] Credential store (API) / Default credentials for DNS providers #904
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#904
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fabian-born on GitHub (May 11, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1093
Are you in the right place?
Is your feature request related to a problem? Please describe.
Every time when I add a new proxy host with a ssl certificate with DNS challenge I have to copy my API token from my password safe into the required field.
Describe the solution you'd like
A central place in the profile configuration where API token can be stored.
@github-actions[bot] commented on GitHub (Mar 11, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@Ramalama2 commented on GitHub (Jul 8, 2024):
Im wondering about the same, its a little bit nervy.
Isnt there even a simple solution, like mounting any file, that i can replace with docker?
i mean in theory i can replace any file in the docker image with a readonly mounted file?
In the Docker image its inside:
/global/certbot-dns-plugins.json
Is it possible to add an override file, or an environtment variable that overrides in the json file the string you want, if the environment variable is defined?
@Ramalama2 commented on GitHub (Jul 8, 2024):
I found a way to replace the content in the file:
docker exec -it npm sh -c "jq '.ovh.credentials = \"dns_ovh_endpoint = ovh-eu\\ndns_ovh_application_key = mytestppkey\\ndns_ovh_application_secret = mytestsecret\\ndns_ovh_consumer_key = mytestkey\"' /app/global/certbot-dns-plugins.json > /app/global/temp.json && mv /app/global/temp.json /app/global/certbot-dns-plugins.json"It works and replaces the credentials in the ovh section. But in the GUI i have still the standard mDadM... credentials.
like if the /global/certbot-dns-plugins.json doesnt have any effect. Even after restarting the image.
Does anyone know how to reread the /global/certbot-dns-plugins.json file? so that the changes of the file mirrors to the gui?
@github-actions[bot] commented on GitHub (Apr 23, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍