Update certificates.md

removed unnecessary p12 file creation example
This commit is contained in:
Timo Võhmar 2015-05-12 17:02:43 +03:00
parent 241886bf15
commit 8b27c755df

View file

@ -185,8 +185,6 @@ Download CRT file and create p12 file.
openssl pkcs12 -export -inkey private/api-user.key.pem -in certs/api-user.crt.pem -out pkcs/api_user.p12
openssl pkcs12 -export -inkey private/priit.key.pem -in certs/registrar1.crt.pem -out pkcs/registrar1.p12
Add api_user.p12 to your browser.