StrongSwan: Difference between revisions
m →Creating a certificate for clients: Removed obsolete folders, added about CA key |
m →Packaging the required certificates and keys for Windows: Removed extra space from command |
||
| 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 | #:<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. | ||