vnangia
Senior Member
Hello folks, I've followed the instructions here to generate the keys on the router itself. This is the list of files that is generated after walking through that procedure for three clients, an HMAC PSK and encrypting the keys using 3des for Android and iOS use (openssl rsa -in Client1.key -des3 -out Client1.3des.key):
Now according to the documentation here, there should be a folder in the jffs partition for me to store the updated files. This folder doesn't exist, but there is a folder under /jffs called openvpn which has the following:
Which brings up a few questions:
1. Where do I put the actual keys that I generated? Should I rename them to match and put them in /jffs/openvpn folder? If so, which key is which?
2. How do I have more than one client? It seems the format of the /jffs/openvpn folder precludes more than one client.
Advice and guidance appreciated - thank you in advance.
Code:
01.pem
02.pem
03.pem
04.pem
Client1.3des.key
Client1.crt
Client1.csr
Client1.key
Client1.ovpn
Client2.3des.key
Client2.crt
Client2.csr
Client2.key
Client2.ovpn
Server1.crt
Server1.csr
Server1.key
Client3.3des.key
Client3.crt
Client3.csr
Client3.key
Client3.ovpn
ca.crt
ca.key
dh2048.pem
hmacpsk.key
index.txt
index.txt.attr
index.txt.attr.old
index.txt.old
serial
serial.old
Now according to the documentation here, there should be a folder in the jffs partition for me to store the updated files. This folder doesn't exist, but there is a folder under /jffs called openvpn which has the following:
Code:
vpn_crt_server1_ca
vpn_crt_server1_ca_key
vpn_crt_server1_client_crt
vpn_crt_server1_client_key
vpn_crt_server1_crt
vpn_crt_server1_dh
vpn_crt_server1_key
Which brings up a few questions:
1. Where do I put the actual keys that I generated? Should I rename them to match and put them in /jffs/openvpn folder? If so, which key is which?
2. How do I have more than one client? It seems the format of the /jffs/openvpn folder precludes more than one client.
Advice and guidance appreciated - thank you in advance.