mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-24 19:28:44 +00:00
install: add web ui cert verification
* connect to the ups web ui after install and verify the proper certificate is being served * rename `apchost` flag to `hostname` * separate ports to additional flags (`sshport` `sslport`) with sane defaults
This commit is contained in:
parent
c22447b0c2
commit
1cd9916a17
3 changed files with 63 additions and 7 deletions
|
@ -145,7 +145,7 @@ disk. It instead installs the files directly on the NMC. Logic
|
|||
automatically deduces if the device is an NMC2 or NMC3 and performs
|
||||
the appropriate installation steps.
|
||||
|
||||
e.g. `./apc-p15-tool install --keyfile ./apckey.pem --certfile ./apccert.pem --apchost myapc.example.com:22 --username apc --password someSecret --fingerprint 123abc`
|
||||
e.g. `./apc-p15-tool install --keyfile ./apckey.pem --certfile ./apccert.pem --hostname myapc.example.com --username apc --password someSecret --fingerprint 123abc`
|
||||
|
||||
## Note About Install Automation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue