0xdcarns 3 vuotta sitten
vanhempi
commit
b9d9cbf847
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      main.go

+ 2 - 1
main.go

@@ -120,12 +120,13 @@ func initialize() { // Client Mode Prereq Check
 		}
 	}
 
+	genCerts()
+
 	if servercfg.IsMessageQueueBackend() {
 		if err = mq.ServerStartNotify(); err != nil {
 			logger.Log(0, "error occurred when notifying nodes of startup", err.Error())
 		}
 	}
-	genCerts()
 }
 
 func startControllers() {