StrongSwan: Difference between revisions
m →Configuring strong encryption/ECDSA for the VPN connection: Removed superfluous return |
m →Initial setup: Changed directories for VICI, added working folder |
||
| Line 50: | Line 50: | ||
# As most of this work will require root privileges, open a Terminal and elevate to root by typing <code>su</code>. Type the root user password. | # As most of this work will require root privileges, open a Terminal and elevate to root by typing <code>su</code>. Type the root user password. | ||
# | # Create a working directory to create all the certificates and keys in. A good place would be a separate folder in the <code>home</code> directory. I usually use <code>/home/'user'/Documents/strongswan</code>. | ||
# Create the correct directories in <code>/etc/swanctl</code> as these are not created by default at the moment. Use the following: | |||
cd /etc/swanctl | |||
mkdir x509 | |||
mkdir x509ca | |||
mkdir ecdsa | |||
== Creating a self-signed certificate authority (CA) == | == Creating a self-signed certificate authority (CA) == | ||