diff --git a/app/views/directives/osc-routing.html b/app/views/directives/osc-routing.html index feaeb2df8f..d887c3483c 100644 --- a/app/views/directives/osc-routing.html +++ b/app/views/directives/osc-routing.html @@ -323,7 +323,7 @@

Certificates

model="route.tls.caCertificate" drop-zone-id="ca-certificate-file" show-text-area="true" - help-text="The PEM format CA certificate. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." + help-text="The PEM format CA certificate chain. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." ng-readonly="areCertificateInputsReadOnly()" ng-disabled="areCertificateInputsDisabled()"> @@ -334,7 +334,7 @@

Certificates

model="route.tls.destinationCACertificate" show-text-area="true" drop-zone-id="dest-ca-certificate-file" - help-text="The PEM format CA certificate to validate the endpoint certificate for re-encrypt termination. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." + help-text="The PEM format CA certificate chain to validate the endpoint certificate for re-encrypt termination. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." ng-readonly="areCertificateInputsReadOnly()" ng-disabled="isDestinationCACertInputDisabled()"> diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index bdaa0c136e..31452f4649 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -8615,12 +8615,12 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "
\n" + "\n" + - "\n" + + "\n" + "\n" + "
\n" + "
\n" + "\n" + - "\n" + + "\n" + "\n" + "\n" + "
\n" +