Integrate with existing OpenVPN server #123
Answered
by
Fhtgn
underdark456
asked this question in
Q&A
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
Fhtgn
Apr 28, 2022
Replies: 1 comment 3 replies
-
You can add volumes to docker-compose, that points to your easyrsa directory and ccd and configure management service in your openvpn server config, passing it address to $OVPN_MGMT env. But if you have password on certificates, then you need to rewrite some code. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pashcovich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add volumes to docker-compose, that points to your easyrsa directory and ccd and configure management service in your openvpn server config, passing it address to $OVPN_MGMT env. But if you have password on certificates, then you need to rewrite some code.