Service CA certificates

    A custom expiration term is not supported. The self-signed CA is stored in a secret with qualified name service-ca/signing-key in fields tls.crt (certificate(s)), (private key), and ca-bundle.crt (CA bundle).

    Other services can request a service serving certificate by annotating a service resource with service.beta.openshift.io/serving-cert-secret-name: <secret name>. In response, the Operator generates a new certificate, as , and private key, as tls.key to the named secret. The certificate is valid for two years.

    Other services can request that the CA bundle for the service CA be injected into API service or config map resources by annotating with service.beta.openshift.io/inject-cabundle: true to support validating certificates generated from the service CA. In response, the Operator writes its current CA bundle to the field of an API service or as service-ca.crt to a config map.

    As of OKD 4.3.5, automated rotation is supported and is backported to some 4.2.z and 4.3.z releases. For any release supporting automated rotation, the service CA is valid for 26 months and is automatically refreshed when there is less than 13 months validity left. If necessary, you can manually refresh the service CA.

    The service CA expiration of 26 months is longer than the expected upgrade interval for a supported OKD cluster, such that non-control plane consumers of service CA certificates will be refreshed after CA rotation and prior to the expiration of the pre-rotation CA.

    These certificates are managed by the system and not the user.

    Services that use service CA certificates include:

    • cluster-monitoring-operator

    • cluster-image-registry-operator

    • cluster-ingress-operator

    • cluster-kube-apiserver-operator

    • cluster-kube-controller-manager-operator

    • cluster-kube-scheduler-operator

    • cluster-networking-operator

    • cluster-samples-operator

    • machine-config-operator

    • console-operator

    • insights-operator

    • machine-api-operator

    • operator-lifecycle-manager

    This is not a comprehensive list.