1 Oct 2003 01:28
Re: Understanding TLS Mode and RSA key management
James Yonan <jim <at> yonan.net>
2003-09-30 23:28:31 GMT
2003-09-30 23:28:31 GMT
Morten Christensen <mc <at> mc.cx> said: > I need to protect our VPN-tunnels with passwords because computers at > the home-end of our tunnels are used by both our employees and the rest > of their families. > > As I cannot find a way to combine static keys with passwords, I have to > try to understand the use of TLS Mode and RSA keys. > > I have tried to follow "A Simple Guide to RSA Key Management" and the > scripts in easy-rsa. A few things : > > What is an "intermediate certificate authority certificate/key" and what > is it to be used for ? Certificates are typically presented in a chain from the top level certificate (i.e. root certificate) down to the client/server certificate. Each certificate is signed by the certificate above it. The root certificate itself is self-signed. An intermediate certificate is a certificate in the chain which is below the root but above the client/server certificate. > The Guide says, that we should never need to copy a .key file between > computers , but are there tools to build certificates and keys on > windows-pc's ? Yes, the 'openssl' command can be used (which is included in the OpenVPN Windows distro). Bear in mind that the Windows version of OpenVPN as of 1.5-beta8 doesn't yet have the --askpass option implemented, due to windows not supporting the(Continue reading)
RSS Feed