From 403c3465450f39426beef0429741ca396ddc4a10 Mon Sep 17 00:00:00 2001 From: "Greg T. Wallace" Date: Sat, 27 Jan 2024 11:55:34 -0500 Subject: [PATCH] readme: update --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa27333..8d94d72 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # 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 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).