mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #604] API access #509
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#509
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 @PlasmatikSteak on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/604
Is your feature request related to a problem? Please describe.
I have winacme (certbot) running on a machine where it renews my cert and updates my dns at my host-provider through a custom homemade Powershell script. Once the new cert files have been generated I have to manually add it to npm through the GUI.
Describe the solution you'd like
I would like an API I could call to update the custom cert in NPM, to streamline the process more.
Everything you can do from the UI should be available through the API.
@PlasmatikSteak commented on GitHub (Dec 1, 2020):
I'm just going to use the same API that the UI uses.