mirror of https://github.com/rancher/ui.git
parent
a893f2433a
commit
37c099f3e3
|
|
@ -589,8 +589,6 @@ export default InputTextFile.extend(ClusterDriver, {
|
||||||
if (!validateCertWeakly(caCerts) ) {
|
if (!validateCertWeakly(caCerts) ) {
|
||||||
errors.push(this.intl.t('newCertificate.errors.cert.invalidFormat'));
|
errors.push(this.intl.t('newCertificate.errors.cert.invalidFormat'));
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
errors.push(this.intl.t('newCertificate.errors.cert.required'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fqdn) {
|
if (fqdn) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue