openshift / service-serving-cert-signer

Archiving in favor of https://github.com/openshift/service-ca-operator
Apache License 2.0
13 stars 18 forks source link

Implement rotation #63

Open sttts opened 5 years ago

sttts commented 5 years ago

There is a TODO here: https://github.com/openshift/service-serving-cert-signer/blob/master/pkg/operator/sync_signer_v311_00.go#L106

sttts commented 5 years ago

In library-go we are building up a key rotation mechanism: https://github.com/openshift/library-go/tree/master/pkg/operator/certrotation

Maybe this could be used here as well.