certify
certify copied to clipboard
Automatic client and server certificate distribution and maintenance
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...
**Is your feature request related to a problem? Please describe.** We don't provide common names for some vault-issued certificates; we rely strictly on URI SANs. We would like to be...
**Is your feature request related to a problem? Please describe.** When running in Kubernetes, services should be able to get certificates without an external service. **Describe the solution you'd like**...
This would make the certify proxy much more powerful and useful for non-go users.
EJBCA is a certificate authority written in Java. It has a docker image (https://hub.docker.com/r/primekey/ejbca-ce) which should make testing simple. It appears to have a HTTP JSON REST API: https://doc.primekey.com/ejbca/ejbca-operations/ejbca-ca-concept-guide/protocols/ejbca-rest-interface.
Dogtag PKI is a CA developed by Red Hat. It has what looks like an XML REST API. It does not appear to have a Go API client, so we'd...
See https://github.com/smallstep/certificates. Looks like it has a Go client.
Fixes #38 Still WIP until I can successfully test this against the API.
This might not be possible, but would be good to investigate.