]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/DNSChallenge.pm
add note that the data has to be base64 encoded
[proxmox-acme.git] / 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',