-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-starting container deletes all keys and certs #4
Comments
Yes, it is indeed a problem. I have realized that but I don't have time to update the code. Just feel free to submit a pull request if you are willing to help! |
i wanted to but i can't build the image. it is at "RUN curl -fsSL0 https://install.pivpn.io -...................." there is no useful error output |
If you familiar with debugging bash script, you can manually run: $ INSTALLER=/tmp/install.sh Then you will see on which line the error occurs. |
I have the same problem. |
i start the container and everything works. client can connect.
stop the container and start it again.
directly after the start the folder /etc/openvpn/easy-rsa is deleted.
while all the keys and certificates are in there.
mounting the folder /etc/openvpn outside the container in a volume does not help.
i don't want to wait 40 mins every start nor copy the client.ovpn file to the client every start of the container
The text was updated successfully, but these errors were encountered: