We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57618c commit 982fba6Copy full SHA for 982fba6
1 file changed
deadlight.ALPHA
@@ -21,9 +21,9 @@ worker_threads=4
21
#Enable SSL interception
22
enabled=true
23
#CA certificate file
24
-ca_cert_file=/home/thatch/.deadlight/ca/ca.crt
+ca_cert_file=/home/thatch/.deadlight/ca.crt
25
#CA private key file
26
-ca_key_file=/home/thatch/.deadlight/ca/ca.key
+ca_key_file=/home/thatch/.deadlight/ca.key
27
#Certificate cache directory
28
cert_cache_dir=/tmp/deadlight_certs
29
#Maximum cached certificates
0 commit comments