mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 00:04:09 +00:00
install: add ssh connect log message
This commit is contained in:
parent
a47dd3fb68
commit
c669621bd3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue