You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add edit DNS credentials feature for Let's Encrypt certificates
Allow updating DNS provider, credentials, and propagation seconds on
existing LE DNS certificates without triggering an immediate certbot
renewal or disabling any hosts. The updated credentials are used at the
next automatic or manual renewal.
Based on NginxProxyManager#5377 by Lokesh, simplified
to only persist credential changes (no immediate re-issuance).
Co-Authored-By: Lokesh <lokesh@katomaran.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: frontend/src/locale/src/bg.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,9 @@
125
125
"certificates.dns.credentials": {
126
126
"defaultMessage": "Съдържание на файл с удостоверения"
127
127
},
128
+
"certificates.dns.credentials-update": {
129
+
"defaultMessage": "New Credentials File Content"
130
+
},
128
131
"certificates.dns.credentials-note": {
129
132
"defaultMessage": "Този плъгин изисква конфигурационен файл с API токен или други идентификационни данни."
130
133
},
@@ -146,6 +149,9 @@
146
149
"certificates.dns.warning": {
147
150
"defaultMessage": "Този раздел изисква познания за Certbot и неговите DNS плъгини. Моля, консултирайте се с документацията."
148
151
},
152
+
"certificates.edit-dns-settings": {
153
+
"defaultMessage": "Edit DNS Settings"
154
+
},
149
155
"certificates.http.reachability-404": {
150
156
"defaultMessage": "Сървър е намерен на този домейн, но не изглежда да е Nginx Proxy Manager. Уверете се, че домейнът сочи към IP адреса, където работи NPM."
Copy file name to clipboardExpand all lines: frontend/src/locale/src/cs.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,9 @@
182
182
"certificates.dns.credentials": {
183
183
"defaultMessage": "Obsah souboru s přihlašovacími údaji"
184
184
},
185
+
"certificates.dns.credentials-update": {
186
+
"defaultMessage": "New Credentials File Content"
187
+
},
185
188
"certificates.dns.credentials-note": {
186
189
"defaultMessage": "Tento doplněk vyžaduje konfigurační soubor obsahující API token nebo jiné přihlašovací údaje vašeho poskytovatele"
187
190
},
@@ -203,6 +206,9 @@
203
206
"certificates.dns.warning": {
204
207
"defaultMessage": "Tato sekce vyžaduje znalost Certbotu a jeho DNS doplňků. Prosím, podívejte se do dokumentace příslušného doplňku."
205
208
},
209
+
"certificates.edit-dns-settings": {
210
+
"defaultMessage": "Edit DNS Settings"
211
+
},
206
212
"certificates.http.reachability-404": {
207
213
"defaultMessage": "Na této doméně byl nalezen server, ale nezdá se, že jde o Nginx Proxy Manager. Ujistěte se, že vaše doména směřuje na IP, kde běží vaše instance NPM."
Copy file name to clipboardExpand all lines: frontend/src/locale/src/de.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@
113
113
"certificates.dns.credentials": {
114
114
"defaultMessage": "Inhalt der Anmeldedaten-Datei"
115
115
},
116
+
"certificates.dns.credentials-update": {
117
+
"defaultMessage": "New Credentials File Content"
118
+
},
116
119
"certificates.dns.credentials-note": {
117
120
"defaultMessage": "Dieses Plugin erfordert eine Konfigurationsdatei, die einen API-Token oder andere Anmeldedaten für Ihren Anbieter enthält."
118
121
},
@@ -131,6 +134,9 @@
131
134
"certificates.dns.warning": {
132
135
"defaultMessage": "Dieser Abschnitt erfordert einige Kenntnisse über Certbot und seine DNS-Plugins. Bitte konsultieren Sie die jeweilige Plugin-Dokumentation."
133
136
},
137
+
"certificates.edit-dns-settings": {
138
+
"defaultMessage": "Edit DNS Settings"
139
+
},
134
140
"certificates.http.reachability-404": {
135
141
"defaultMessage": "Unter dieser Domain wurde ein Server gefunden, aber es scheint sich nicht um Nginx Proxy Manager zu handeln. Bitte stellen Sie sicher, dass Ihre Domain auf die IP-Adresse verweist, unter der Ihre NPM-Instanz ausgeführt wird."
0 commit comments