Re: [Openvpn-users] PKCS11 problems with 2.5.1 under windows 10

2021-04-19 Thread Selva Nair
1.3 connection using openssl s_server + > s_client with rsa-pss using the openssl-pkcs11 engine and the same token: > > ## server: > openssl s_server -CAfile ca.crt -cert server.crt -key server.key -www > > ## client: > openssl s_client -engine pkcs11 -cert client.crt -keyform

Re: [Openvpn-users] Help with easy-rsa 3 for windows 10 pro boxes

2021-04-19 Thread tincantech via Openvpn-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Forum: https://forums.openvpn.net/viewtopic.php?f=22&t=32171 ‐‐‐ Original Message ‐‐‐ On Monday, 19 April 2021 14:54, senrabdet--- via Openvpn-users wrote: > Hi All: > > Can anyone share for windows 10 pro (both for client and server) a

[Openvpn-users] Help with easy-rsa 3 for windows 10 pro boxes

2021-04-19 Thread senrabdet--- via Openvpn-users
Hi All: Can anyone share for windows 10 pro (both for client and server) and easy-rsa 3 (from OpenVPN-2.5.1-I601-amd64.msi), a working:- commands used in EasyRSA-Start.bat- server.ovpn- client.ovpn or a good "how to" site that outlines these for a windows 10 pro client and server? I can share my

Re: [Openvpn-users] PKCS11 problems with 2.5.1 under windows 10

2021-04-19 Thread Jan Just Keijser
using the openssl-pkcs11 engine and the same token: ## server: openssl s_server -CAfile ca.crt -cert server.crt -key server.key -www ## client: openssl s_client -engine pkcs11 -cert client.crt -keyform engine -key 20210419 -connect localhost:4433 (the key id is the ID of the private key o