mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
readme: update
This commit is contained in:
parent
fc75922d18
commit
403c346545
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
# APC P15 Tool
|
# APC P15 Tool
|
||||||
A tool to create p15 formatted certificates from pem files, without
|
A tool to create APC p15 formatted certificates from pem files, without
|
||||||
having to use APC's closed-source tool, APC generated keys, or other
|
having to use APC's closed-source tool, APC generated keys, or other
|
||||||
proprietary tools (such as cryptlib).
|
proprietary tools (such as cryptlib).
|
||||||
|
|
||||||
WIP
|
## Usage
|
||||||
|
|
||||||
More info to follow...
|
./apc-p15-tool --keyfile ./key.pem --certfile ./cert.pem
|
||||||
|
|
||||||
|
Command outputs ./apctool.p15 which can be directly loaded on to an
|
||||||
|
APC NMC2 (Network Management Card 2).
|
||||||
|
|
Loading…
Reference in a new issue