# # Copyright 2017-2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. # # Licensed under the MIT License. See the LICENSE accompanying this file # for the specific language governing permissions and limitations under # the License. # [DEFAULT] logging_level = INFO logging_max_bytes = 1048576 logging_file_count = 10 # mode for /var/run/efs and subdirectories in octal state_file_dir_mode = 750 [mount] dns_name_format = {fs_id}.efs.{region}.{dns_name_suffix} dns_name_suffix = amazonaws.com stunnel_debug_enabled = false stunnel_cafile = /etc/amazon/efs/efs-utils.crt # Validate the certificate hostnameĀ on mount. This option is not supported by certain stunnel versions. stunnel_check_cert_hostname = true # Use OCSP to check certificate validity. This option is not supported by certain stunnel versions. stunnel_check_cert_validity = false # Define the port range that the TLS tunnel will choose from port_range_lower_bound = 20049 port_range_upper_bound = 20449 [mount-watchdog] enabled = true poll_interval_sec = 1 unmount_grace_period_sec = 30