« --genkey --secret » est déprécié, il faut utiliser « --genkey secret » à la place

This commit is contained in:
jdubois 2024-04-18 12:19:10 +02:00
parent 9e4c7aa426
commit c81fa578b4

View file

@ -569,7 +569,7 @@ Il faut installer le plugin :
~~~
# apt install openvpn-auth-radius
# cp /usr/share/doc/openvpn-auth-radius/examples/radiusplugin.cnf /etc/openvpn/
# openvpn --genkey --secret /etc/openvpn/ta.key
# openvpn --genkey secret /etc/openvpn/ta.key
~~~
On ajoute dans la configuration du serveur :