From 0b13cfbe0f011bd6bc6fce10987d28a83ee4d34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Tue, 1 Jul 2025 09:38:25 +0300 Subject: [PATCH] Update certificates.md --- doc/certificates.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/certificates.md b/doc/certificates.md index 4237dbe65..7d9b5b88a 100644 --- a/doc/certificates.md +++ b/doc/certificates.md @@ -189,6 +189,12 @@ Download CRT file and create p12 file. Add api_user.p12 to your browser. NB! Try adding the option `-legacy` to `openssl pkcs12` if you get wrong password message. +If you don’t want to be prompted, pass the export password using the -passout option: + +``` +openssl pkcs12 -export -inkey private/api-user.key.pem -in certs/api-user.crt.pem -out pkcs/api-user.p12 -passout pass:YourExportPassword +``` + ID card login ---------------