mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 16:44:52 +08:00
avoid generating certs
This commit is contained in:
parent
5ca355523b
commit
d19604f0d6
1 changed files with 0 additions and 4 deletions
4
main.go
4
main.go
|
@ -123,10 +123,6 @@ func initialize() { // Client Mode Prereq Check
|
|||
}
|
||||
}
|
||||
|
||||
if err = genCerts(); err != nil {
|
||||
logger.Log(0, "something went wrong when generating broker certs", err.Error())
|
||||
}
|
||||
|
||||
if servercfg.IsMessageQueueBackend() {
|
||||
if err = mq.ServerStartNotify(); err != nil {
|
||||
logger.Log(0, "error occurred when notifying nodes of startup", err.Error())
|
||||
|
|
Loading…
Add table
Reference in a new issue