IcedComputer
2da5c512d0
Merge branch 'test' into patch-2
2019-08-27 12:46:18 -07:00
IcedComputer
f6beac87d7
changed password parameter
...
Removed typo and changed -passin pass:$PASSWD to -passin env:$PASSWD
2019-08-27 12:44:37 -07:00
IcedComputer
5862d15d60
Update scripts/makeOVPN.sh
...
Co-Authored-By: Giraffe1966 <35208168+Giraffe1966@users.noreply.github.com>
2019-08-27 12:42:53 -07:00
Akvile
9d66688341
added the functionality to send your OVPN file to your Bitwarden vault
2019-08-20 11:36:05 -05:00
4s3ti
18b7e16694
Merge branch 'test' into bitwarden
2019-08-08 10:34:17 +02:00
4s3ti
c2c3fc4229
Merge pull request #803 from orazioedoardo/recreate-ovpn-folder
...
Recreate ovpn folder if deleted
2019-08-07 16:45:56 +02:00
Orazio
b71c67c78a
Recreate ovpn folder if deleted
2019-08-06 10:02:28 +02:00
Orazio
e6a13cc65e
Handle older UFW version from Jessie
2019-08-06 09:53:14 +02:00
Akvile
b60a06791d
integrated bitwarden password manager into pivpn
2019-07-23 22:12:35 +02:00
Orazio
8a6d32ced5
Fixed regular expression
2019-07-13 19:59:28 +02:00
Orazio
241e06f970
Miscellaeous fixes
2019-07-13 10:45:44 +02:00
4s3ti
7aa803720c
Merge pull request #777 from orazioedoardo/debug-privacy
...
Hide client IPs inside the debug log
2019-07-02 13:10:43 +01:00
Orazio
b823737b5a
Hide client IPs in the debug log
2019-07-01 15:44:00 +02:00
Orazio
bcc780546c
Get variable value before the file is deleted
2019-07-01 11:39:42 +02:00
Orazio
7a34dd3704
Improve iptables detection
2019-07-01 11:12:46 +02:00
IcedComputer
1d7ebd9d2f
added support to remove .ovpn12 files
...
the makeOVPN.sh now generates .ovpn12 files in the /home/${INSTALL_USER}/ovpns/ directory.
The remove script was updated to remove both the .ovpn and .ovpn12 files
2019-06-27 14:53:23 -07:00
IcedComputer
97bb319795
Updated .ovpn12 configuration
...
Incorporated feedback on how to properly implement .ovpn12 files.
2019-06-27 14:43:30 -07:00
IcedComputer
dae6276d37
Made updates based on comments
...
added changes related to chown and chmod of .ovpn12 file. Also removed sudo.
2019-06-27 11:47:24 -07:00
IcedComputer
bda0d58b81
.ovpn12 files
...
Added new step to create an .ovpn12 file that can be stored on iOS keychain
This step is more secure method and does not require the end-user to keep entering passwords, or storing the client private cert where it can be easily tampered based on documentation located:
https://openvpn.net/faq/how-do-i-use-a-client-certificate-and-private-key-from-the-ios-keychain/
Someone can improve upon this by adding a parameter (possibly -i|--iOS) and then generating the original .ovpn file to not contain the client private certificate.
2019-06-20 16:53:29 -07:00
TheDen
0cf7f21d3d
ensure -n check retuned value
2019-05-30 22:09:23 +10:00
Orazio
e70cb32caa
Fixed logic
2019-05-10 12:53:52 +02:00
Orazio
e26cef1863
Custom certificate duration and more flexible names
2019-05-08 13:01:56 +02:00
Orazio
63d3335f33
Resolved merge conflict
2019-05-03 10:26:56 +02:00
Orazio
e3f729f260
General fixes and improvements
2019-03-03 10:18:45 +01:00
LMS235
996c5469f3
Telekom Hybrid Check
...
Small check whether Telekom Hybrid will be used to give helpful tips.
2018-12-24 15:49:44 +01:00
LMS235
d0f85e3429
right adjustment
...
-read for "other" withdrawn from .ovpn files
- delete also /etc/openvpn/easy-rsa/pki/${CERTS_TO_REVOKE[ii]}.ovpn after remove certificate
2018-12-24 14:24:20 +01:00
redfast00
0b4464b3ee
Merge branch 'master' into test
2018-10-19 22:10:37 +01:00
Orazio
e2cde58cc8
Update makeOVPN.sh
2018-10-19 22:04:30 +01:00
Giraffe1966
f2f248e6ce
Add '--' to prevent 'send' from interpreting passwords beginning with '-' as options.
...
See #624 .
2018-10-11 17:58:29 -04:00
redfast00
b7c28af844
Merge pull request #541 from pivpn/test
...
Merge test branch into master
2018-05-29 22:38:46 +02:00
redfast00
09a73f9d3f
Merge pull request #514 from orazioedoardo/master
...
Several changes and some fixes
2018-05-29 22:33:42 +02:00
Zeik0s
fc3691406e
Merge pull request #1 from pivpn/master
...
Merge commits
2018-05-29 14:47:31 +02:00
johanfagerstroem
23cc58ce3a
Changing name validation regex to allow dashes
...
Great for readable naming conventions.
2018-05-01 16:38:38 +02:00
Piero
33e7ef0c91
Several changes
2018-04-02 12:07:58 +02:00
Zeik0s
b8e5f318b6
makeOVPN.sh change 3DES to AES-128
2018-03-14 21:55:05 +01:00
Piero
4b47b5aa61
2.4
2018-02-15 10:14:03 +01:00
Tuan M. Dang
455b754c41
Issue-171: Error using iOS OpenVPN
...
As @fyellin There is some chatter on other groups that some
OpenVPN implementations cannot handle client keys that are
encrypted with RSA.
If the client key is encrypted, we might re-encrypting the
current client key using 3DES.
This commit will convert user client key to 3DES in command
`pivpn -a`
P/S: All credits to @fyellin. Many thanks to him.
2017-11-19 21:36:21 +07:00
Carlos Colaço
053c0d9d21
Fix Clients only in one line ( #384 )
...
* fixed pivpn clients text display
* #Oops
* clients in only 1 line fixed
2017-10-18 20:58:20 +02:00
redfast00
1a67b505f6
Merge pull request #375 from azlux/master
...
Add human readable values for bytes received/sent
2017-10-11 17:49:44 +02:00
azlux
b0d2085996
make the humain-readable a function
...
I forgot the function !
2017-10-10 01:15:03 +02:00
azlux
862cb41d60
Add humain readable values
2017-10-09 16:45:32 +02:00
redfast00
003b27362f
Merge pull request #361 from jellemdekker/feature/generate-crl-during-installation
...
Generate and activate CRL during installation
2017-09-24 01:12:05 +02:00
Jelle Dekker
077996cfb4
Removed an obsolete variable.
2017-09-23 11:21:26 -05:00
Jelle Dekker
7b6a358779
Modified the messages when PiVPN installation completes and client profiles are generated, so the user knows to generate a client profile per each device he/she wants to connect to the VPN with.
2017-09-22 14:11:23 -05:00
Jelle Dekker
30920115b3
Implemented that a Certificate Revocation List is generated during installation after generation of other Public Key Infrastructure. Enabled this CRL in the server config. The added benefit of this is that whenever the user now revokes a client, the change is instant. Whereas before, the first time a client was revoked, the OpenVPN server had to be restarted to enabled the then-newly-generated CRL. This change also makes the file /etc/pivpn/REVOKE_STATUS obsolete.
...
Documentation: https://openvpn.net/index.php/open-source/documentation/howto.html#revoke
2017-09-22 02:46:52 -05:00
EWouters
cb482d6697
added fi to if-statement
2017-03-16 22:28:50 +13:00
EWouters
cd4d13691d
fixed check for when both nopass and a password argument are passed to the script
2017-03-16 22:25:17 +13:00
EWouters
56f24aa372
added command line option to (batch) remove certs
...
::: Revoke a client ovpn profile
:::
::: Usage: pivpn <-r|revoke> [-h|--help] [<client-1>] ... [<client-n>]
...
:::
::: Commands:
::: [none] Interactive mode
::: <client> Client(s) to to revoke
::: -h,--help Show this help dialog
2017-03-15 02:36:12 +13:00
EWouters
7a65f083c4
added -n and -p options to pivpn add
...
::: Create a client ovpn profile, optional nopass
:::
::: Usage: pivpn <-a|add> [-n|--name <arg>] [-p|--password
<arg>]|[nopass] [-h|--help]
:::
::: Commands:
::: nopass Create a client without a password
::: -n,--name Name for the Client (default: 'raspberrypi')
::: -p,--password Password for the Client (no default)
::: -h,--help Show this help dialog
2017-03-15 00:49:25 +13:00
Kaladin Light
752d0cc3af
Leave the loop once we match
2017-02-05 14:30:31 -05:00