How do i set up openVPN server?

Status
Not open for further replies.

jonmon6691

In Runtime
Messages
106
I want to set up a VPN server on my personal network so i can log in with my laptop from a remote location securely. I have the windows version of openVPN and I am following the instructions to the letter but when I make the server key, it does not create server.crt like it should.

here is the output of the "build-key-server.bat server" command.
Code:
Loading 'screen' into random state - done
Generating a 1024 bit RSA private key
....................++++++
.............++++++
writing new private key to 'keys\.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [US]:
State or Province Name (full name) [OR]:
Locality Name (eg, city) [#######]:
Organization Name (eg, company) [#######]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) []:server
Email Address [#########@gmail.com]:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:########
An optional company name []:
Using configuration from openssl.cnf
Loading 'screen' into random state - done
I am unable to access the keys directory
keys: Invalid argument

C:\Program Files\OpenVPN\easy-rsa>
I am using windows vista and command prompt is being run as an administrator.

Thanks :)
 
Status
Not open for further replies.
Back
Top Bottom