We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1801a1b commit de90435Copy full SHA for de90435
1 file changed
common/script/configureTlsSecurity.sh
@@ -5,7 +5,7 @@ then
5
if [[ $ENABLE_FIPS =~ "true" ]]
6
then
7
echo "FIPS Enabled : update configuration for FIPS"
8
- cp /config/tlsSecurityFIPS.xml /config/tlsSecurity.xml
+# cp /config/tlsSecurityFIPS.xml /config/tlsSecurity.xml
9
cp /config/ltpaFIPS.xml /config/ltpa.xml
10
fi
11
0 commit comments