]> git.proxmox.com Git - proxmox-acme.git/commitdiff
add note that the data has to be base64 encoded
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 5 May 2020 12:38:12 +0000 (14:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 16:29:08 +0000 (18:29 +0200)
but only via api, on the cli it is a file which contains
the data in plaintext

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index 8a393f4c51bb9469a8baaef9c873cc4c1d3aaf85..534922dc55619dff041b4ec6fcaf19723b78931a 100644 (file)
@@ -161,7 +161,7 @@ sub properties {
        },
        data => {
            type => 'string',
-           description => 'DNS plugin data.',
+           description => 'DNS plugin data. (base64 encoded)',
        },
        'validation-delay' => {
            type => 'integer',