hi, i have been trying to create a certificate for use on my webscarab proxy.
essentially what i want to do is this: run a php curl script which redirects
certain https traffic though the webscarab proxy so that i can see the
output from the curl script (php curl doesnt provide visibility into the
http post string and i need to see this). i have already got this working
with regular http - but i need https.

the certificate is on a server which is not under my control:
https://partner.caltex.com.au/caltexau/default.asp . its in .crt format but
webscarab needs .p12 format. i realise that i will need some kind of key to
create the p12 file using this statement:

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in
certificate.crt -certfile CACert.crt

however i dont know where to find this key. i know the key must be somewhere
on my computer otherwise the web browser wouldnt be able to view the web
page. can someone please tell me where to get the key from?

thanks! (and go easy on me - im a relative noob ;P)

peter miller
-- 
View this message in context: 
http://old.nabble.com/locate-key-for-p12-certificate-tp28175240p28175240.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to