Hello,
When the authentication method is user+pass, Client Certificate and Key must be included in the client config file?
Client Cert/Key Required?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 8
- Joined: Thu Jan 04, 2018 9:59 am
Re: Client Cert/Key Required?
Anybody? Please?
-
- OpenVpn Newbie
- Posts: 11
- Joined: Sun Nov 03, 2013 7:49 pm
Re: Client Cert/Key Required?
In my configuration I have the following in the client ovpn file: ca.crt, client.crt, client.key, ta.key.
-
- OpenVPN Super User
- Posts: 310
- Joined: Tue Apr 12, 2011 6:22 am
Re: Client Cert/Key Required?
it's not required if you set the client-cert-not-required option on the server or the more recent option verify-client-cert noneOmid Shojaee wrote: ↑Thu Jan 09, 2020 4:07 pmHello,
When the authentication method is user+pass, Client Certificate and Key must be included in the client config file?
but the CA is required on the clients to be able to verify the server's certificate
check the manual page for more info
https://openvpn.net/community-resources ... envpn-2-4/
-
- OpenVpn Newbie
- Posts: 8
- Joined: Thu Jan 04, 2018 9:59 am
Re: Client Cert/Key Required?
Thank you very much. That's what I needed.TiTex wrote: ↑Fri Jan 24, 2020 1:49 pmit's not required if you set the client-cert-not-required option on the server or the more recent option verify-client-cert noneOmid Shojaee wrote: ↑Thu Jan 09, 2020 4:07 pmHello,
When the authentication method is user+pass, Client Certificate and Key must be included in the client config file?
but the CA is required on the clients to be able to verify the server's certificate
check the manual page for more info
https://openvpn.net/community-resources ... envpn-2-4/