TommyLau / docker-ocserv

Docker OpenConnect VPN Server
349 stars 243 forks source link

Is there a way to integrate with traefik container #27

Open jentzheng opened 6 years ago

jentzheng commented 6 years ago

https://docs.traefik.io/configuration/backends/docker/ as traefik can be run as a proxy service and handling letsencrypt auto renew, it will be good to provide an example config for this solution.

TommyLau commented 6 years ago

You can mount the certificate file & config file to your local volume, and then the certificate file could be updated

riggy2013 commented 4 years ago

Every time the certificate files get updated, the ocserv need be restarted, right?