Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 863 Bytes

File metadata and controls

13 lines (9 loc) · 863 Bytes

pschiffe/docker-openvpn

This docker image extends awesome kylemanna/docker-openvpn image with simple patch, which enables you to provide ca key and cn via environment variables CA_KEY and CA_CN. The patch is really simple, so the env vars are currently the only way how to set the key and cn. By providing the password via env var, it's possible to use the image with e.g. ansible.

Example ansible roles

In ansible folder of this repo you can find example ansible roles for this image. You can modify sample.yml playbook and deploy it with:

cd ansible
ansible-playbook sample.yml