Merge pull request #4255 from westlywright/bug.secret.field.desc

Incorrect secret cert labels
This commit is contained in:
Westly Wright 2020-10-26 10:12:58 -07:00 committed by GitHub
commit 55206e6ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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