From 5521e803bbd207e81ac6b14c3dddb96b36a82a8b Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 13 Apr 2017 12:00:46 -0400 Subject: [PATCH] style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05dd678..9c58a4a 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Install strongSwan, then copy the included ipsec_user.conf, ipsec_user.secrets, 1. `/etc/ipsec.d/certs`: copy `user.crt` here 2. `/etc/ipsec.d/private`: copy `user.key` here -3. `/etc/ipsec.secrets`: add your `user.key`, e.g. `xx.xxx.xx.xxx : ECDSA user.key`. +3. `/etc/ipsec.secrets`: add your `user.key` to the list, e.g. `xx.xxx.xx.xxx : ECDSA user.key` 4. `/etc/ipsec.conf`: add the connection from `ipsec_user.conf` and update the value for `leftcert` 5. `sudo ipsec up `: start the ipsec tunnel 6. `sudo ipsec down `: shutdown the ipsec tunnel