Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.42 KB

DigiCert Issuer

External Issuer extending the cert-manager with the DigiCert cert-central API.

Prerequisites

The cert-manager and its cert-manager.io/v1 CRDs needs to be installed in the selected cluster.

Installation & Configuration

The container image can be found here: ghcr.io/sapcc/digicert-issuer.

  1. Using Helm
    The DigiCert Issuer Helm chart can be used for production environments.
    Additional documentation on configuration options is provided within the chart.

  2. Using Kustomize
    Use the Kustomize resources or run make deploy to install the DigiCert issuer in the current cluster.

Documentation & Examples

For additional information see the API documentation and the provided example.

Development

For development, it may be convenient to use make deploy-local to install all resource except the operator to the current cluster and run the operator locally via make run.

Release management

Adjust the version and run make release to build and publish a new version of the digicert-issuer.