Page 1 of 1
Client Cert/Key Required?
Posted: Thu Jan 09, 2020 4:07 pm
by Omid Shojaee
Hello,
When the authentication method is user+pass, Client Certificate and Key must be included in the client config file?
Re: Client Cert/Key Required?
Posted: Fri Jan 10, 2020 1:21 pm
by Omid Shojaee
Anybody? Please?
Re: Client Cert/Key Required?
Posted: Thu Jan 23, 2020 5:06 pm
by jarmar
In my configuration I have the following in the client ovpn file: ca.crt, client.crt, client.key, ta.key.
Re: Client Cert/Key Required?
Posted: Fri Jan 24, 2020 1:49 pm
by TiTex
Omid Shojaee wrote: ↑Thu Jan 09, 2020 4:07 pm
Hello,
When the authentication method is user+pass,
Client Certificate and Key must be included in the
client config file?
it's not required if you set the
client-cert-not-required option on the server or the more recent option
verify-client-cert none
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/
Re: Client Cert/Key Required?
Posted: Tue Mar 17, 2020 3:37 pm
by Omid Shojaee
TiTex wrote: ↑Fri Jan 24, 2020 1:49 pm
Omid Shojaee wrote: ↑Thu Jan 09, 2020 4:07 pm
Hello,
When the authentication method is user+pass,
Client Certificate and Key must be included in the
client config file?
it's not required if you set the
client-cert-not-required option on the server or the more recent option
verify-client-cert none
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/
Thank you very much. That's what I needed.