hwdsl2 / docker-ipsec-vpn-server

Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
https://hub.docker.com/r/hwdsl2/ipsec-vpn-server
Other
6.38k stars 1.38k forks source link

add option to provide user CA cert. #335

Closed ikkemaniac closed 7 months ago

ikkemaniac commented 1 year ago

This PR implements hwdsl2/setup-ipsec-vpn#1300 in the docker image.

The goal is to be able to use an existing CA certificate that signs the user certs, server cert and sign the iOS mobileconfig. The way we use it is to mount a dir in the vpn-docker-image.

see hwdsl2/setup-ipsec-vpn#1300 for details on the actual implementation to import and process the cert.

hwdsl2 commented 7 months ago

Closing this as it is an uncommon use case and I didn't have time to test this further. Thanks for contributing!