cd /etc/apache2/ss l/client
Run following commands
openssl genrsa -des3 -out client.key 1024
openssl req -new -key client.key -out client.crs
openssl ca -in client.crs -cert ../ca/ca.crt -keyfile ../ca/ca.key -out client.crt
openssl pkcs12 -export -clcerts -in client.crt -inkey client.key -out client.p1 2
Importing Certs in Browser
Make sure to enter the password which was assigned during cert creation.
FireFox
1) Remove your current Certificates.
Firefox : Preferences > Advanced > Encryption > View Certificates > Your Certificates > Select Certificates and Delete.
2) Import : select client.p1 2 password: test123
Chrome
1) Remove your current Certificates.
Chrome > Preferences > Under the Hood > Manage Certificates > Remove current one..and import the new one.
2) Import select Import : select client.p1 2 password: test123
Run following commands
openssl genrsa -des3 -out client.key 1024
openssl req -new -key client.key -out client.crs
openssl ca -in client.crs -cert ../ca/ca.crt -keyfile ../ca/ca.key -out client.crt
openssl pkcs12 -export -clcerts -in client.crt -inkey client.key -out client.p1
Importing Certs in Browser
Make sure to enter the password which was assigned during cert creation.
FireFox
1) Remove your current Certificates.
Firefox : Preferences > Advanced > Encryption > View Certificates > Your Certificates > Select Certificates and Delete.
2) Import : select client.p1
Chrome
1) Remove your current Certificates.
Chrome > Preferences > Under the Hood > Manage Certificates > Remove current one..and import the new one.
2) Import select Import : select client.p1
No comments:
Post a Comment