Create OVPN12_capable file

MakeOVPN has been updated to include the -i iOS function to allow users to create an OVPN12 format file that can be used with the iOS keychain.  Since the OVPN12 format is incompatible with OpenVPN 2.4 - this change creates a configuration file that determines if the user can create a -i request via MakeOVPN.
This commit is contained in:
IcedComputer 2019-10-18 21:00:00 -07:00 committed by GitHub
parent d0c10db6ec
commit fa21666869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -787,6 +787,9 @@ confOpenVPN() {
if [[ ${APPLY_TWO_POINT_FOUR} == false ]]; then
## creates a file to determine if the OpenVPN setup is compatible with the OVPN12 format for iOS keychain integration.
echo "true" > /etc/pivpn/OVPN12_Compatible
ENCRYPT=$(whiptail --backtitle "Setup OpenVPN" --title "RSA certificate size" --radiolist \
"Choose the desired size of your certificate (press space to select):\n This is a certificate that will be generated on your system. The larger the certificate, the more time this will take. For most applications, it is recommended to use 2048 bits. If you are testing, you can use 1024 bits to speed things up, but do not use this for normal use! If you are paranoid about ... things... then grab a cup of joe and pick 4096 bits." ${r} ${c} 3 \
"1024" "Use a 1024-bit certificate (testing only)" OFF \