张光光
张光光
> Ok, managed to find the commands here: [angristan/openvpn-install#1002](https://github.com/angristan/openvpn-install/issues/1002) > > They need to be adapted to work on the docker container. > > Something along the lines of: >...
the latest docker version is easy to renew certificate, command like blow: ```shell mv /etc/openvpn/pki/reqs/your-host-name.com.req your-host-name.com.req.backup mv /etc/openvpn/pki/private/your-host-name.com.key your-host-name.com.key.backup mv /etc/openvpn/pki/issued/your-host-name.com.crt your-host-name.com.crt.backup cd /etc/openvpn easyrsa build-server-full your-host-name.com nopass ```
 所以,配置文件中你应该用 test, 而不是 Test
相关文档地址: [目录规范](https://eggjs.github.io/zh/guide/directory.html)