[pve-devel] [PATCH docs] pveum: fix syntax for webauthn config

Oguz Bektas o.bektas at proxmox.com
Thu Jul 28 15:17:45 CEST 2022


the property string needs to be on the same line as the config key

Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
 pveum.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pveum.adoc b/pveum.adoc
index 840067e..64d8931 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -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]]
-- 
2.30.2






More information about the pve-devel mailing list