diff --git a/lib/charms/mongodb/v1/helpers.py b/lib/charms/mongodb/v1/helpers.py index ea2dd7363..8f9e6ff98 100644 --- a/lib/charms/mongodb/v1/helpers.py +++ b/lib/charms/mongodb/v1/helpers.py @@ -29,7 +29,7 @@ # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 1 +LIBPATCH = 2 # path to store mongodb ketFile KEY_FILE = "keyFile" @@ -172,7 +172,6 @@ def get_mongod_args( cmd.extend( [ "--clusterAuthMode=x509", - "--tlsAllowInvalidCertificates", f"--tlsClusterCAFile={full_conf_dir}/{TLS_INT_CA_FILE}", f"--tlsClusterFile={full_conf_dir}/{TLS_INT_PEM_FILE}", ]