We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe1059 commit 0b13cfbCopy full SHA for 0b13cfb
doc/certificates.md
@@ -189,6 +189,12 @@ Download CRT file and create p12 file.
189
Add api_user.p12 to your browser.
190
NB! Try adding the option `-legacy` to `openssl pkcs12` if you get wrong password message.
191
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
198
ID card login
199
---------------
200
0 commit comments