You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
Alas, but I can't give you exact answer. Probably, with external PKI it is possible but I didn't have a chance to check it. And currently, OpenVPNAdapter doesn't expose this feature, so it will require some work at first.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to use OpenVPNAdapter with SecIdentity?
We are currently using the following approach:
let configuration = OpenVPNConfiguration() configuration.settings = [ "cert": cert, "key": key ]
We would like to change the situation:
Is it possible?
In the description of openvpn3 I found the following:
But I still haven't figured out how to use it.
Do you have examples?
The text was updated successfully, but these errors were encountered: