diff --git a/README.md b/README.md index c1a050c..9b41eb3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ The Hashicorp Vault Orchestrator extension allows you store certificates in Hash #### Integration status: Production - Ready for use in production environments. + ## About the Keyfactor Universal Orchestrator Extension This repository contains a Universal Orchestrator Extension which is a plugin to the Keyfactor Universal Orchestrator. Within the Keyfactor Platform, Orchestrators are used to manage “certificate stores” — collections of certificates and roots of trust that are found within and used by various applications. @@ -15,6 +16,7 @@ The Universal Orchestrator is the successor to the Windows Orchestrator. This Or + --- @@ -79,11 +81,12 @@ This integration was built on the .NET Core 3.1 target framework and are compati 1. For the Key-Value secrets engine, the certificates are stored as an entry with these fields. -- `PUBLIC_KEY` - The certificate public key -- `PUBLIC_KEY_` - The nth certificate in the chain -- `PRIVATE_KEY` - The certificate private key +- `certificate` - The PEM formatted certificate +- `ca_chain` - The full certificate authority chain, including the certificate +- `private_key` - The certificate private key +- `revocation_time` - a value other than "0" indicates the time that a certificate was revoked. -**Note**: Key/Value secrets that do not include these keys (PUBLIC_KEY, and PRIVATE_KEY), will be ignored during inventory scans. +**Note**: Key/Value secrets that do not include the keys `certificate` and `private_key` will be ignored during inventory scans. ## Extension Configuration