diff --git a/Tests/OpenVPNAdapter/VPNProfile.swift b/Tests/OpenVPNAdapter/VPNProfile.swift index 5b4000c..49645ca 100644 --- a/Tests/OpenVPNAdapter/VPNProfile.swift +++ b/Tests/OpenVPNAdapter/VPNProfile.swift @@ -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#>