ELTRONIKA sp. z.o.o.
Ul. Warszawska 41 lok.7
05-092 Łomianki
www.eltronika.com
- Polska: +48 22 751 97 44
- Česká republika: +420 228 880 487
- Slovensko: +421 904 540 707
36
The whole process is repeated for every device (unique common names and
filenames have to be unique for different devices!).
If IPsec protocol will be used, certain fields in www configuration under
Ipsec/Tunnels tab have to be filled in. Content of
device1cert.pem
file should be pasted
into the Certificate field and contents of
device1key
.
pem_nopass
into the Key field.
Peer Certificate field can be filled with another device's certificate file or left empty. In
this case the CA certificate has to be provided under Keys and Certificates tab. Contents
of
cacert.pem
file should be inserted there.
If the OpenVPN protocol will be used, under OpenVPN tab content of
cacert.pem
has to be pasted into CA cert field, content of
device1cert.pem
into Server/Client cert
field and
device1key.pem_nopass
into Server/Client private key field. The Diffie-
Hellman parameters file has to be created for VPN connection:
openssl dhparam -out dh1024.pem 1024
And its content should be copied into DH PEM field. This file is common for all
devices in VPN network.