Commit graph

1730 commits

Author SHA1 Message Date
Jack Ivanov
98558c43d2 disable unneeded task 2017-02-26 12:15:22 +03:00
Jack Ivanov
e484bf8717 Update README.md. Fixes #259
`python-setuptools` is a recommended packages for which will be installed automatically for `python-pip` on a clean ubuntu 16.04
Updated README in order to avoid skipping the packages with `--no-install-recommends`
2017-02-25 21:17:48 +03:00
Jack Ivanov
79f66b7fda Update README.md. Fixes #259
`python-setuptools` is a recommended packages for which will be installed automatically for `python-pip` on a clean ubuntu 16.04
Updated README in order to avoid skipping the packages with `--no-install-recommends`
2017-02-25 21:17:48 +03:00
Craig
0db758ace4 Installs the recommended packages with strongswan, because we need the OpenSSL (#260)
plugin from libstrongswan-standard-plugins for ECDH to work.
2017-02-25 21:07:32 +03:00
Craig
43c2f5c31a Installs the recommended packages with strongswan, because we need the OpenSSL (#260)
plugin from libstrongswan-standard-plugins for ECDH to work.
2017-02-25 21:07:32 +03:00
Jack Ivanov
1e0cc8d230 enable some additional debug info 2017-02-23 19:22:18 +03:00
Jack Ivanov
b8f3d43eee enable some additional debug info 2017-02-23 19:22:18 +03:00
Jack Ivanov
67c5763b78 Changed to ECDSA #102 2017-02-23 18:44:30 +03:00
Jack Ivanov
2a7dd88a3c Changed to ECDSA #102 2017-02-23 18:44:30 +03:00
Jack Ivanov
56b13c3adb Fixes #255 2017-02-23 18:25:46 +03:00
Jack Ivanov
e31f10da6d Fixes #255 2017-02-23 18:25:46 +03:00
Dan Guido
146df75022 Update algo 2017-02-20 03:40:40 +01:00
Dan Guido
d271b60b6a Update algo 2017-02-20 03:40:40 +01:00
Dan Guido
7fe2dc34e5 add warning about os security enhancements 2017-02-20 03:28:32 +01:00
Dan Guido
23d69da528 add warning about os security enhancements 2017-02-20 03:28:32 +01:00
Jack Ivanov
ffd278e7d9 AndroidVPNClientProfiles #240 2017-02-17 00:30:21 +03:00
Jack Ivanov
aca036142f AndroidVPNClientProfiles #240 2017-02-17 00:30:21 +03:00
Jacob Wilder
23f14ed629 Fixed the azure role for situations where the user does not use a ~/.azure/credentials file (#242) 2017-02-16 23:43:03 +03:00
Jacob Wilder
7b468fae79 Fixed the azure role for situations where the user does not use a ~/.azure/credentials file (#242) 2017-02-16 23:43:03 +03:00
Jack Ivanov
b75f36a64e contgrats fix in update-users #243 2017-02-15 18:49:42 +03:00
Jack Ivanov
9a5801f434 contgrats fix in update-users #243 2017-02-15 18:49:42 +03:00
Jack Ivanov
c89d916bd9 Update README.md (#241) 2017-02-14 18:42:12 +01:00
Jack Ivanov
b11015508f Update README.md (#241) 2017-02-14 18:42:12 +01:00
Jack Ivanov
dd202bfd00 rewrite congrats 2017-02-14 20:26:04 +03:00
Jack Ivanov
6cc3598cc6 rewrite congrats 2017-02-14 20:26:04 +03:00
Dan Guido
36862d3abe Update README.md 2017-02-14 17:42:54 +01:00
Dan Guido
8bbccc3cb9 Update README.md 2017-02-14 17:42:54 +01:00
Dan Guido
6babf2809b Update README.md 2017-02-14 17:39:58 +01:00
Dan Guido
79116f898a Update README.md 2017-02-14 17:39:58 +01:00
Dan Guido
fe6c849de7 remove twitter button :-( 2017-02-13 10:10:50 +01:00
Dan Guido
90d56aaea3 remove twitter button :-( 2017-02-13 10:10:50 +01:00
Dan Guido
87ff3a1124 twitter badge 2017-02-13 09:57:45 +01:00
Dan Guido
dd3b9b9a18 twitter badge 2017-02-13 09:57:45 +01:00
Jack Ivanov
16d92057c4 rename connection 2017-02-12 23:01:29 +03:00
Jack Ivanov
20ebd7a595 rename connection 2017-02-12 23:01:29 +03:00
akirilov
3af59f15d8 Modified certificate generation to address issues #234 and #228 (#235)
* Modified certificate generation to address issues #234 and #228

I have made the following modifications to comply with the IKEv2 client certificate requirements:

- Changed client certificate CN to {{ IP_subject_alt_name }}_{{ item }} from {{ item }}
- Changed client certificate SAN to {{IP_subject_alt_name }} from {{ item }}
- Added clientAuth to client certificate EKU

I have made the following changes to address a mismatch in the windows deployment script and file names:

- Changed the client certificate (.p12) filename in config/{{ IP_subject_alt_name }} to {{ IP_subject_alt_name}}_{{ item }}.p12 from {{ item }}.p12 to match the ps1 script

Testing:

I have tested the changes on Windows 10 client, Ubuntu 16.04.1 server (DigitalOcean) - the config described in Issue #234

I apologize for not being able to test on other configurations. I hope that someone else can verify my changes

* fixed iOS issues

* fixed accidentall user change

* simplified changes

* Final iteration. I think that's all I can do to minimize the changes
2017-02-12 22:45:36 +03:00
akirilov
05ab1f5feb Modified certificate generation to address issues #234 and #228 (#235)
* Modified certificate generation to address issues #234 and #228

I have made the following modifications to comply with the IKEv2 client certificate requirements:

- Changed client certificate CN to {{ IP_subject_alt_name }}_{{ item }} from {{ item }}
- Changed client certificate SAN to {{IP_subject_alt_name }} from {{ item }}
- Added clientAuth to client certificate EKU

I have made the following changes to address a mismatch in the windows deployment script and file names:

- Changed the client certificate (.p12) filename in config/{{ IP_subject_alt_name }} to {{ IP_subject_alt_name}}_{{ item }}.p12 from {{ item }}.p12 to match the ps1 script

Testing:

I have tested the changes on Windows 10 client, Ubuntu 16.04.1 server (DigitalOcean) - the config described in Issue #234

I apologize for not being able to test on other configurations. I hope that someone else can verify my changes

* fixed iOS issues

* fixed accidentall user change

* simplified changes

* Final iteration. I think that's all I can do to minimize the changes
2017-02-12 22:45:36 +03:00
Dan Guido
55835dfb1a typo 2017-02-12 13:13:24 -05:00
Dan Guido
0422fe4c9e typo 2017-02-12 13:13:24 -05:00
Dan Guido
9576b31ab1 explicit pointer to avenues for support 2017-02-12 13:07:13 -05:00
Dan Guido
d334e42048 explicit pointer to avenues for support 2017-02-12 13:07:13 -05:00
Dan Guido
8b3cf9a0f7 Update README.md 2017-02-07 17:31:13 -05:00
Dan Guido
4567d280f7 Update README.md 2017-02-07 17:31:13 -05:00
Dan Guido
88c5f7d100 Update README.md 2017-02-07 17:30:15 -05:00
Dan Guido
f0d10b200a Update README.md 2017-02-07 17:30:15 -05:00
Dan Guido
b220eb1b77 TOC 2017-02-07 17:29:17 -05:00
Dan Guido
013a3ca321 TOC 2017-02-07 17:29:17 -05:00
Dan Guido
95aae71066 Move FAQ to its own doc. 2017-02-07 17:27:13 -05:00
Dan Guido
a94c427596 Move FAQ to its own doc. 2017-02-07 17:27:13 -05:00
Dan Guido
47ff779b77 Update CONTRIBUTING.md 2017-02-07 17:08:44 -05:00