Translations:CryptodevATECCx08 Auth/65/en

Материал из Wiren Board

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.