Mr Dash Four wrote:
Is there a way to generate a symmetric ta.key without using "openvpn
--genkey --secret ta.key"?
yep, just use any freeform key that has enough entropy. For example,
this ta.key file is good enough
]# cat mykey
garble warble we need lots of entropy
So, in theo
Is there a way to generate a symmetric ta.key without using "openvpn
--genkey --secret ta.key"?
yep, just use any freeform key that has enough entropy. For example,
this ta.key file is good enough
]# cat mykey
garble warble we need lots of entropy
So, in theory, I could use, for example, o
Mr Dash Four wrote:
Is there a way to generate a symmetric ta.key without using "openvpn --genkey --secret ta.key"?
yep, just use any freeform key that has enough entropy. For example,
this ta.key file is good enough
]# cat mykey
garble warble we need lots of entropy
when openvpn starts yo
Is there a way to generate a symmetric ta.key without using "openvpn --genkey
--secret ta.key"?
Is it possible to embed the contents of the above file in my openvpn config
file in a similar fashion as it is done with the tag for example?
If so, what tag should I use for this?