Skip to content

Commit 0b13cfb

Browse files
authored
Update certificates.md
1 parent cfe1059 commit 0b13cfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/certificates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ Download CRT file and create p12 file.
189189
Add api_user.p12 to your browser.
190190
NB! Try adding the option `-legacy` to `openssl pkcs12` if you get wrong password message.
191191

192+
If you don’t want to be prompted, pass the export password using the -passout option:
193+
194+
```
195+
openssl pkcs12 -export -inkey private/api-user.key.pem -in certs/api-user.crt.pem -out pkcs/api-user.p12 -passout pass:YourExportPassword
196+
```
197+
192198
ID card login
193199
---------------
194200

0 commit comments

Comments
 (0)