From bd12a73898e405aa475dd2552d1f0a1f408ffe35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Mon, 20 Nov 2023 14:28:52 +0200 Subject: [PATCH] Update certificates.md --- doc/certificates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/certificates.md b/doc/certificates.md index bcb28a039..4237dbe65 100644 --- a/doc/certificates.md +++ b/doc/certificates.md @@ -187,6 +187,7 @@ Download CRT file and create p12 file. openssl pkcs12 -export -inkey private/api-user.key.pem -in certs/api-user.crt.pem -out pkcs/api_user.p12 Add api_user.p12 to your browser. +NB! Try adding the option `-legacy` to `openssl pkcs12` if you get wrong password message. ID card login ---------------