Skip to content

Certificate Stores

Certificate Stores represent deployment targets where certificates are installed, bound, validated, and monitored.

Certificate Stores List


Each store defines:

  • Name – Logical identifier (e.g., Windows-VM-IIS)
  • Type – IIS, NGINX, Apache, etc.
  • Path – Optional store path
  • Connector Config – Associated connector/agent
  • Last Sync – Inventory synchronization status

Stores act as execution targets for deployment and lifecycle operations.


  • IIS
  • NGINX
  • Apache
  • Custom Agent-Based Stores

Store capabilities depend on connector type and agent support.


Each store provides operational actions:

Install a certificate into the target store.

Deploy Certificate

  • Select certificate
  • Provide PEM (if manual)
  • Optional private key
  • Optional store path

Scan the store and import certificates into inventory.

Used to:

  • Detect unmanaged certificates
  • Sync deployment state
  • Identify drift

Bind a certificate to a service endpoint.

Bind Certificate

  • Select Certificate ID
  • Specify binding target
    • IIS → Site name
    • NGINX → Server block
    • Apache → Virtual host

Run validation checks:

  • Certificate present in store
  • Private key available
  • Chain integrity
  • Service binding status

Create a backup of the current certificate state before modification.


Synchronize store certificates with central inventory.

Used to:

  • Update metadata
  • Detect drift
  • Maintain source-of-truth alignment

Modify:

  • Store name
  • Connector configuration
  • Path settings

Remove store configuration from platform.

Does not automatically remove certificates from the actual system.


Typical lifecycle:

  1. Discover existing certificates
  2. Deploy new certificate
  3. Bind to service
  4. Validate deployment
  5. Sync to inventory
  6. Monitor & renew

All store operations generate:

  • Audit log entries
  • Deployment status updates
  • Validation records

Certificate Stores provide controlled, auditable deployment execution across infrastructure.