Installation and configuration of the OpenConnect VPN server Begin by creating a project directory mkdir /opt/openconnect && cd /opt/openconnect Copying the docker-compose.yml file curl -O https://raw.githubusercontent.com/r4ven-me/openconnect/main/openconnect/docker-compose.yml Launching the OpenConnect server docker compose up -d && docker compose logs -f Creating a user with the ID "exampleuser" and the name "Example User" The .p12 certificate file will be created in ./data/secrets docker exec -it openconnect ocuser exampleuser 'Example User'