Skip to content

Commit f06807c

Browse files
Correct cert path defaults
1 parent 00b6336 commit f06807c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/e2guardian.conf.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -639,23 +639,23 @@ enablessl = off
639639
#Path to the CA certificate to use as a signing certificate for
640640
#generated certificates.
641641
# default is blank - required if ssl_mitm is enabled.
642-
#cacertificatepath = '/home/e2/e2install/ca.pem'
642+
cacertificatepath = '@DGCONFDIR@/private/ca.pem'
643643

644644
#CA private key path
645645
#path to the private key that matches the public key in the CA certificate.
646646
# default is blank - required if ssl_mitm is enabled.
647-
#caprivatekeypath = '/home/e2/e2install/ca.key'
647+
caprivatekeypath = '@DGCONFDIR@/private/ca.key'
648648

649649
#Cert private key path
650650
#The public / private key pair used by all generated certificates
651651
# default is blank - required if ssl_mitm is enabled.
652-
#certprivatekeypath = '/home/e2/e2install/cert.key'
652+
certprivatekeypath = '@DGCONFDIR@/private/cert.key'
653653

654654
#Generated cert path
655655
#The location where generated certificates will be saved for future use.
656656
#(must be writable by the dg user)
657657
# default is blank - required if ssl_mitm is enabled.
658-
#generatedcertpath = '/home/e2/e2install/generatedcerts/'
658+
generatedcertpath = '@DGCONFDIR@/private/generatedcerts/'
659659

660660
#Warning: if you change the cert start/end time from default on a running
661661
# system you will need to clear the generated certificate

0 commit comments

Comments
 (0)