Update certificates.md

This commit is contained in:
Sergei Tsõganov 2025-07-01 09:38:25 +03:00 committed by GitHub
parent cfe1059c5f
commit 0b13cfbe0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 dont 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
---------------