diff --git a/standalone/src/main/resources/conf/wrapper.conf b/standalone/src/main/resources/conf/wrapper.conf index d3a9e1821a0..30c5f9d033c 100644 --- a/standalone/src/main/resources/conf/wrapper.conf +++ b/standalone/src/main/resources/conf/wrapper.conf @@ -86,6 +86,12 @@ wrapper.java.additional.18=-Dmule.bootstrap.container.wrapper.class=org.mule.run # Note that full compliance also requires a certified JCE provider installed #wrapper.java.additional.=-Dmule.security.model=fips140-2 +# When fips140-2 mode enabled, please set the property value to true when the agent runs with java9+ +# It is to ensure that only FIPS-approved algorithms are used in your cryptographic operations when +# using the Bouncy Castle FIPS library +#wrapper.java.additional.=-Dorg.bouncycastle.fips.approved_only=true + + # Enables/disables the runtime startup log verbosity # Default is true, set to false to reduce log size #wrapper.java.additional.=-Dmule.runtime.verbose=true