mirror of https://github.com/rancher/ui.git
parent
fcd6788254
commit
ddbd51bb16
|
|
@ -7796,12 +7796,12 @@ newCertificate:
|
||||||
invalidFormat: Private Key is invalid.
|
invalidFormat: Private Key is invalid.
|
||||||
placeholder: "Paste in the private key, typically starting with -----BEGIN RSA PRIVATE KEY-----"
|
placeholder: "Paste in the private key, typically starting with -----BEGIN RSA PRIVATE KEY-----"
|
||||||
cert:
|
cert:
|
||||||
label: CA Certificate
|
label: Certificate
|
||||||
required: Certificate is required.
|
required: Certificate is required.
|
||||||
invalidFormat: Certificate is invalid.
|
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.
|
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>'
|
>More info here.</a>'
|
||||||
certChain:
|
certChain:
|
||||||
label: Chain Certs
|
label: Chain Certs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue