Rename profiles

This commit is contained in:
Sergey Abramchuk
2020-06-16 12:33:12 +03:00
parent 5b4e7eeb17
commit de7d4418f1

View File

@@ -19,7 +19,7 @@ struct VPNProfile {
extension VPNProfile {
///
static let tlsClient: VPNProfile = {
static let caOnly: VPNProfile = {
let configuration: String = <#OPENVPN_CONFIGURATION#>
let username: String? = <#OPENVPN_USERNAME#>
@@ -31,7 +31,7 @@ extension VPNProfile {
}()
///
static let certWithKey: VPNProfile = {
static let caWithCertAndKey: VPNProfile = {
let configuration: String = <#OPENVPN_CONFIGURATION#>
let username: String? = <#OPENVPN_USERNAME#>