intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Execute SSL management commands via sudo #257

Closed michiels closed 5 years ago

michiels commented 5 years ago

This PR makes a small fix for #226 so that the SSL certificate adding and removal commands are executed via sudo. This fixes this feature for servers where a sudo account is used to manage Intercity and Dokku, instead of a full root account.

Fixes #226

jvanbaarsen commented 5 years ago

@michiels Does it make sense to go over all the services and implement it everywhere?

michiels commented 5 years ago

@jvanbaarsen Definitely. I kind did already when making this PR and didn't spot any additional ones yet.