mirror of https://github.com/rancher/ui.git
Merge pull request #4255 from westlywright/bug.secret.field.desc
Incorrect secret cert labels
This commit is contained in:
commit
55206e6ea6
|
|
@ -7796,12 +7796,12 @@ newCertificate:
|
|||
invalidFormat: Private Key is invalid.
|
||||
placeholder: "Paste in the private key, typically starting with -----BEGIN RSA PRIVATE KEY-----"
|
||||
cert:
|
||||
label: CA Certificate
|
||||
label: Certificate
|
||||
required: Certificate is required.
|
||||
invalidFormat: Certificate is invalid.
|
||||
placeholder: "Paste in the CA certificate, starting with -----BEGIN CERTIFICATE-----"
|
||||
placeholder: "Paste in the certificate, starting with -----BEGIN CERTIFICATE-----"
|
||||
protip: Please include any chain certificates that are needed.
|
||||
tooltip: 'The CA certificate will be placed in the generated kubeconfig file(s) to validate the certificate (chain) presented by the load balancer which you have configured at the provided FQDN. <a href="https://rancher.com/docs/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/#authorized-cluster-endpoint" target="blank"
|
||||
tooltip: 'The certificate will be placed in the generated kubeconfig file(s) to validate the certificate (chain) presented by the load balancer which you have configured at the provided FQDN. <a href="https://rancher.com/docs/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/#authorized-cluster-endpoint" target="blank"
|
||||
>More info here.</a>'
|
||||
certChain:
|
||||
label: Chain Certs
|
||||
|
|
|
|||
Loading…
Reference in New Issue