since it seems (currently) to work with self-signed certificates as well tested in chromium/chrome/firefox
Signed-off-by: Dominik Csapak <[email protected]> --- pveum.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 1f7c69f..602332d 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -328,8 +328,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.20.1 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
