[pve-devel] [PATCH 2/2] add note that the data has to be base64 encoded

Dominik Csapak d.csapak at proxmox.com
Tue May 5 14:38:12 CEST 2020


but only via api, on the cli it is a file which contains
the data in plaintext

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 src/PVE/ACME/DNSChallenge.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm
index 8a393f4..534922d 100644
--- a/src/PVE/ACME/DNSChallenge.pm
+++ b/src/PVE/ACME/DNSChallenge.pm
@@ -161,7 +161,7 @@ sub properties {
 	},
 	data => {
 	    type => 'string',
-	    description => 'DNS plugin data.',
+	    description => 'DNS plugin data. (base64 encoded)',
 	},
 	'validation-delay' => {
 	    type => 'integer',
-- 
2.20.1





More information about the pve-devel mailing list