Commit graph

10 commits

Author SHA1 Message Date
Greg T. Wallace
06c9263bc4 ssh: breakout ups ssh to its own package
This was done for clearer separation of function. A subsequent update will (hopefully) make the SSL command more robust so it works for both NMC2 and NMC3.

The method for sending shell commands was also updated to use an interactive shell instead. This allows capturing responses of the commands which will be needed to deduce if devices are NMC2 or NMC3.
2024-06-06 22:52:54 -04:00
Greg T. Wallace
ecf10f1fdc go: update to 1.22.3 2024-06-04 18:59:35 -04:00
Greg T. Wallace
55680245c9 update go to 1.22.1 2024-03-06 17:18:04 -05:00
Greg T. Wallace
6d9878558b v0.3.0 2024-02-03 12:47:21 -05:00
Greg T. Wallace
201aedce1c simplify logging 2024-02-03 11:38:31 -05:00
Greg T. Wallace
a089d12c87 add install function
install pem files directly to an apc ups
2024-02-02 18:35:21 -05:00
Greg T. Wallace
1f6dad4907 key: finish key encoding and start cert 2024-01-27 11:35:35 -05:00
Greg T. Wallace
e2e4f2037c app: restructure and start building p15 output 2024-01-25 20:16:37 -05:00
Greg T. Wallace
6610c92058 add some KEK and CEK functions 2024-01-21 15:11:22 -05:00
Greg T. Wallace
02c0c1216f initial commit: header
* func to write the header APC NMC expects
2024-01-19 17:26:14 -05:00