StrongSwan: Difference between revisions

m Creating a certificate for clients: Removed obsolete folders, added about CA key
Line 110: Line 110:
# Make sure you are still in the correct directory.
# Make sure you are still in the correct directory.
# Use OpenSSL to create the PKCS#12 package:
# Use OpenSSL to create the PKCS#12 package:
#:<pre>openssl pkcs12 -in client1Cert.pem -inkey client1Key.pem -certfile caCert.pem -export -out client1.p12</pre>
#:<pre>openssl pkcs12 -in client1Cert.pem -inkey client1Key.pem -certfile caCert.pem -export -out client1.p12</pre>
# Type a password you will remember when asked. This will protect the private key while it is in transit.
# Type a password you will remember when asked. This will protect the private key while it is in transit.
# Retype the password you just typed.
# Retype the password you just typed.