[pve-devel] [PATCH proxmox-acme 1/2] plugin-caller: add _readdomainconf stub
Stoiko Ivanov
s.ivanov at proxmox.com
Fri Mar 4 16:10:58 CET 2022
it's used by the dns_hetzner (and dns_nsd) plugins.
reported in our community-forum (and tested there as well):
https://forum.proxmox.com/threads/.105879/
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
src/proxmox-acme | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/proxmox-acme b/src/proxmox-acme
index a00d23a..637a405 100644
--- a/src/proxmox-acme
+++ b/src/proxmox-acme
@@ -696,6 +696,11 @@ _readaccountconf_mutable() {
_readaccountconf "$1"
}
+# key
+_readdomainconf() {
+ echo "${!1}"
+}
+
# no-ops:
_clearaccountconf() {
return 0
--
2.30.2
More information about the pve-devel
mailing list