mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 04:58:29 +02:00
Update certificates.md
This commit is contained in:
parent
cfe1059c5f
commit
0b13cfbe0f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue