Translations:CryptodevATECCx08 Auth/65/en

Версия от 12:37, 19 июля 2019; RomanKulibaba (обсуждение | вклад) (Новая страница: «Next, create a client configuration file on the controller: client.ovpn: <pre> ------------------------------------------------------------------------- client de…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Next, create a client configuration file on the controller: client.ovpn:

-------------------------------------------------------------------------
client
dev tun
proto tcp
remote example.com 1194
resolv-retry infinite
nobind
user openvpn
'''group i2c'''
persist-key
persist-tun
cipher AES-128-CBC
auth SHA256
key-direction 1
keepalive 1 10
remote-cert-tls server
comp-lzo
-------------------------------------------------------------------------

Note the line group i2c. It is necessary to work with the crypto device.