Where I can get the passwd set for the client.pvk file present in the examples? I would like to use that cert and its private key in my example application.
--GB
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2003/11/07
We use the password 'test' for all the test certificates that are included in the Security Library distribution.
Keep in mind that the certificate is not signed by a real certificate authority -- don't use it in production software.
by Graham Bonnet posted on 2003/11/10
Hi,
yes I understand that it is only for testing purposes, real production certificates are acquired from CA. Thank you for the information !