Skip to content

Keyfactor/ejbca-cert-manager-issuer

Repository files navigation

Terraform logo

Keyfactor EJBCA Issuer for cert-manager

Go Report Card License

The EJBCA external issuer for cert-manager allows users to enroll certificates from Keyfactor EJBCA using cert-manager.

Cert-manager is a native Kubernetes certificate management controller which allows applications to get their certificates from a variety of CAs (Certification Authorities). It ensures certificates are valid and up to date, it also attempts to renew certificates at a configured time before expiration.

Community supported

We welcome contributions.

The cert-manager external issuer for Keyfactor EJBCA is open source and community supported, meaning that there is no SLA applicable for these tools.

To report a problem or suggest a new feature, use the Issues tab. If you want to contribute actual bug fixes or proposed enhancements, see the contribution guidelines and use the Pull requests tab.

EJBCA API Usage

The EJBCA Issuer for cert-manager requires the following API endpoints:

  • /ejbca-rest-api/v1/certificate/pkcs10enroll
  • /ejbca/ejbca-rest-api/v1/certificate/status

Docs