From bc604fb3e238c33e44a0f588f0a67d20181c02ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20Evers=E2=80=90Meltzer?= Date: Sat, 13 May 2017 11:25:36 -0500 Subject: [PATCH] Update instructions on README (#547) Tweaked README instructions as the paths were slightly different. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8497292..4ef4757 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,11 @@ Install strongSwan, then copy the included ipsec_user.conf, ipsec_user.secrets, #### Ubuntu Server 16.04 example 1. `sudo apt-get install strongswan strongswan-plugin-openssl`: install strongSwan -2. `/etc/ipsec.d/certs`: copy `user.crt` from `algo-master/configs//pki/certs` -3. `/etc/ipsec.d/private`: copy `user.key` from `algo-master/configs//pki/private` -4. `/etc/ipsec.d/cacerts`: copy `cacert.pem` from `algo-master/configs//cacert.pem` -5. `/etc/ipsec.secrets`: add your `user.key` to the list, e.g. `xx.xxx.xx.xxx : ECDSA user.key` -6. `/etc/ipsec.conf`: add the connection from `ipsec_user.conf` and update `leftcert` to match the `user.crt` filename +2. `/etc/ipsec.d/certs`: copy `.crt` from `algo-master/configs//pki/certs/.crt` +3. `/etc/ipsec.d/private`: copy `.key` from `algo-master/configs//pki/private/.key` +4. `/etc/ipsec.d/cacerts`: copy `cacert.pem` from `algo-master/configs//pki/cacert.pem` +5. `/etc/ipsec.secrets`: add your `user.key` to the list, e.g. ` : ECDSA .key` +6. `/etc/ipsec.conf`: add the connection from `ipsec_user.conf` and ensure `leftcert` matches the `.crt` filename 7. `sudo ipsec restart`: pick up config changes 8. `sudo ipsec up `: start the ipsec tunnel 9. `sudo ipsec down `: shutdown the ipsec tunnel