在安装openvpn的时候,执行./easyrsa gen-dh会报下面错误。
unable to write 'random state'
通过调查,发现通过下面方法,可以解决。
- sudo rm ~/.rnd
- export RANDFILE=".rnd"
在安装openvpn的时候,执行./easyrsa gen-dh会报下面错误。
unable to write 'random state'
通过调查,发现通过下面方法,可以解决。
转载于:https://my.oschina.net/u/133911/blog/738742