Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for certv1 (0.19 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                        type: string
                                      credentialName:
                                        description: The name of the secret that holds
                                          the TLS certs for the client including the CA
                                          certificates.
                                        type: string
                                      insecureSkipVerify:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: deprecate the "--csr-only" and "--csr-dir" flags of the "kubeadm init phase certs" subcommands. Please use "kubeadm alpha certs generate-csr" instead. This new command allows you to generate new private keys and certificate signing requests for all the control-plane components, so that the certificates can be signed by an external CA. ([#92183](https...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			secrets: core.Secret{
    				ObjectMeta: metav1.ObjectMeta{Name: "tls-cert"},
    				Data: map[string][]byte{
    					core.TLSCertKey: []byte("public key"),
    				},
    			},
    			errorType: "FieldValueRequired",
    		},
    		"missing private key": {
    			secrets: core.Secret{
    				ObjectMeta: metav1.ObjectMeta{Name: "tls-cert"},
    				Data: map[string][]byte{
    					core.TLSCertKey: []byte("public key"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top