]> git.proxmox.com Git - pve-docs.git/commitdiff
pveum: fix syntax for webauthn config
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 28 Jul 2022 13:17:45 +0000 (15:17 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 13 Sep 2022 08:07:31 +0000 (10:07 +0200)
the property string needs to be on the same line as the config key

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
pveum.adoc

index 840067ecd52d6abfa669b58cb1129bf0ad12c302..64d893190777adb6f6fcb22073cc30c3a76a3d4b 100644 (file)
@@ -624,8 +624,7 @@ registrations unusable!
 This is done via `/etc/pve/datacenter.cfg`. For instance:
 
 ----
-webauthn:
-rp=mypve.example.com,origin=https://mypve.example.com:8006,id=mypve.example.com
+webauthn: rp=mypve.example.com,origin=https://mypve.example.com:8006,id=mypve.example.com
 ----
 
 [[pveum_configure_u2f]]