cert-manager/pkg/controller
Anner J. Bonilla 9546a357a5
Add support for certificates with ed25519 private keys
Note that using ed25519 on the public internet is not currently
recommended, since it's not widely supported. You'd likely not be able
to use an Ed25519 cert with an ACME issuer today.

Ed25519 certs might be useful for internal PKI, though - an ed25519 CA
issuer, say - or for testing ed25519 certs before they become more
widely available on the public internet. They're not currently
supported by Vault, Venafi or ACME (Letsencrypt) issuers.

Signed-off-by: Anner J. Bonilla <abonilla@hoyosintegrity.com>
Signed-off-by: Anner J. Bonilla <annerjb@gmail.com>
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-06-14 11:17:35 +01:00
..
acmechallenges Revert "Merge pull request #3724 from inteon/istio-virtualservice-for-http01" 2021-05-11 14:50:25 +01:00
acmeorders static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
cainjector Cleanup codegen script 2021-05-17 08:11:19 -07:00
certificaterequests Reverts ACME issuer from forming a chain bundle and populating the 2021-06-02 12:21:50 +01:00
certificates Add support for certificates with ed25519 private keys 2021-06-14 11:17:35 +01:00
certificatesigningrequests Fix CA CertificateSigningRequest controller to return potential error 2021-06-07 17:48:49 +01:00
clusterissuers static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
ingress-shim static analysis fixes 2021-05-21 12:04:11 +01:00
issuers ./hack/update-deps.sh 2021-05-07 09:55:09 +01:00
test static analysis: pkg/controller 2021-05-21 12:03:47 +01:00
BUILD.bazel Adds base CertificateSigningRequest cert-manager controller 2021-05-27 00:23:50 +01:00
builder.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
context.go Revert "Merge pull request #3724 from inteon/istio-virtualservice-for-http01" 2021-05-11 14:50:25 +01:00
controller.go Use consistent pointer receiver 2021-05-04 15:03:56 +01:00
helper.go Tidy godoc comments 2021-05-05 16:21:24 +01:00
register.go gosimple: S1019 2021-05-04 14:17:06 +01:00
util.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00