Felix Seidel

Results 16 issues of Felix Seidel

We use `dokku-acl` together with the [`dokku-letsencrypt`](https://github.com/dokku/dokku-letsencrypt) plugin. For auto-renewal of certificates, the plugin creates a cronjob for the dokku-User: ``` @daily /var/lib/dokku/plugins/available/letsencrypt/cron-job ``` which in turn executes ``` dokku...