From 58df830bac78b9e6dd5fc61554d99fbed7e34d62 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 29 Apr 2021 12:28:17 +0200 Subject: [PATCH] pveum: u2f: defuse the warning about certificates since it seems (currently) to work with self-signed certificates as well tested in chromium/chrome/firefox Signed-off-by: Dominik Csapak --- pveum.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 0cebe82..6bc73b6 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -327,8 +327,9 @@ field before pressing the 'Apply' button. Server side U2F configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To allow users to use 'U2F' authentication, the server needs to have a valid -domain with a valid https certificate. Initially an 'AppId' +To allow users to use 'U2F' authentication, it may be necessary to use a valid +domain with a valid https certificate, otherwise some browsers may print +a warning or reject U2F usage altogether. Initially an 'AppId' footnote:[AppId https://developers.yubico.com/U2F/App_ID.html] needs to be configured. -- 2.39.5