diff --git a/ca/ca.go b/ca/ca.go index 3be03e34..2751d050 100644 --- a/ca/ca.go +++ b/ca/ca.go @@ -289,6 +289,7 @@ func (ca *CA) Run() error { errs := make(chan error, 1) log.Printf("Documentation: https://u.step.sm/docs/ca") + log.Printf("Community Discord: https://u.step.sm/discord") log.Printf("Config File: %s", ca.opts.configFile) if ca.insecureSrv != nil {