Skip to content

Commit 982fba6

Browse files
committed
Corrected path to generated certificate and key
1 parent a57618c commit 982fba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deadlight.ALPHA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ worker_threads=4
2121
#Enable SSL interception
2222
enabled=true
2323
#CA certificate file
24-
ca_cert_file=/home/thatch/.deadlight/ca/ca.crt
24+
ca_cert_file=/home/thatch/.deadlight/ca.crt
2525
#CA private key file
26-
ca_key_file=/home/thatch/.deadlight/ca/ca.key
26+
ca_key_file=/home/thatch/.deadlight/ca.key
2727
#Certificate cache directory
2828
cert_cache_dir=/tmp/deadlight_certs
2929
#Maximum cached certificates

0 commit comments

Comments
 (0)