From d09c7fa8fc21cdc1ca6aa30821335b26c1612cfe Mon Sep 17 00:00:00 2001 From: "Greg T. Wallace" Date: Mon, 15 Apr 2024 19:36:35 -0400 Subject: [PATCH] update README for Cert Warden --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10ea261..119a724 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,12 @@ for passing the pem content from another application without having to save the pem files to disk. Putting all of this together, you can combine the install binary with -a tool like LeGo CertHub (https://www.legocerthub.com/) to call the +a tool like Cert Warden (https://www.certwarden.com/) to call the install binary, with environment variables, to directly upload new -certificates as they're issued by LeGo, without having to write a +certificates as they're issued by Cert Warden, without having to write a separate script. -![LeGo CertHub with APC P15 Tool](https://raw.githubusercontent.com/gregtwallace/apc-p15-tool/main/img/apc-p15-tool.png) +![Cert Warden with APC P15 Tool](https://raw.githubusercontent.com/gregtwallace/apc-p15-tool/main/img/apc-p15-tool.png) ## Thanks