summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2021-03-28 22:35:30 +0200
committerNicola Murino2021-03-28 22:35:30 +0200
commit23571901e0bc37b0cb29a5290de09dfc980a1348 (patch)
treec8586cc0b1e72809d0c79e22b0d1ac5207ce9ec8 /sftpgo.json
parent5b8368e0240152657f9ff5c57b5247550c94ee88 (diff)
downloadaur-23571901e0bc37b0cb29a5290de09dfc980a1348.tar.gz
Update to v2.0.3
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/sftpgo.json b/sftpgo.json
index ca27742b5463..650b4926da22 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -59,7 +59,8 @@
"apply_proxy_config": true,
"tls_mode": 0,
"force_passive_ip": "",
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"banner": "",
@@ -84,7 +85,8 @@
"port": 0,
"address": "",
"enable_https": false,
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"certificate_file": "",
@@ -144,7 +146,8 @@
"parallelism": 2
}
},
- "update_mode": 0
+ "update_mode": 0,
+ "skip_natural_keys_validation": false
},
"httpd": {
"bindings": [
@@ -153,7 +156,8 @@
"address": "127.0.0.1",
"enable_web_admin": true,
"enable_https": false,
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -170,7 +174,8 @@
"enable_profiler": false,
"auth_user_file": "",
"certificate_file": "",
- "certificate_key_file": ""
+ "certificate_key_file": "",
+ "tls_cipher_suites": []
},
"http": {
"timeout": 20,