diff --git a/pkg/app/cmd_install.go b/pkg/app/cmd_install.go index fa310b7..b02d112 100644 --- a/pkg/app/cmd_install.go +++ b/pkg/app/cmd_install.go @@ -66,6 +66,7 @@ func (app *app) cmdInstall(cmdCtx context.Context, args []string) error { if err != nil { return fmt.Errorf("install: failed to connect to host (%w)", err) } + app.stdLogger.Println("install: connected to ups ssh, installing ssl key and cert...") // install SSL Cert err = client.InstallSSLCert(keyP15, certPem, keyCertP15)