Move nginx config and cert generation to box code

This commit is contained in:
Girish Ramakrishnan
2017-01-05 14:38:36 -08:00
committed by Johannes Zellner
parent 16ab523cb2
commit cc9904c8c7
5 changed files with 61 additions and 34 deletions

View File

@@ -270,6 +270,7 @@ function start(callback) {
auth.initialize,
database.initialize,
cloudron.initialize, // keep this here because it reads activation state that others depend on
certificates.initialize,
certificates.installAdminCertificate, // keep this before cron to block heartbeats until cert is ready
platform.initialize,
taskmanager.initialize,