File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -639,23 +639,23 @@ enablessl = off
639
639
#Path to the CA certificate to use as a signing certificate for
640
640
#generated certificates.
641
641
# default is blank - required if ssl_mitm is enabled.
642
- # cacertificatepath = '/home/e2/e2install /ca.pem'
642
+ cacertificatepath = '@DGCONFDIR@/private /ca.pem'
643
643
644
644
#CA private key path
645
645
#path to the private key that matches the public key in the CA certificate.
646
646
# default is blank - required if ssl_mitm is enabled.
647
- # caprivatekeypath = '/home/e2/e2install /ca.key'
647
+ caprivatekeypath = '@DGCONFDIR@/private /ca.key'
648
648
649
649
#Cert private key path
650
650
#The public / private key pair used by all generated certificates
651
651
# default is blank - required if ssl_mitm is enabled.
652
- # certprivatekeypath = '/home/e2/e2install /cert.key'
652
+ certprivatekeypath = '@DGCONFDIR@/private /cert.key'
653
653
654
654
#Generated cert path
655
655
#The location where generated certificates will be saved for future use.
656
656
#(must be writable by the dg user)
657
657
# default is blank - required if ssl_mitm is enabled.
658
- # generatedcertpath = '/home/e2/e2install /generatedcerts/'
658
+ generatedcertpath = '@DGCONFDIR@/private /generatedcerts/'
659
659
660
660
#Warning: if you change the cert start/end time from default on a running
661
661
# system you will need to clear the generated certificate
You can’t perform that action at this time.
0 commit comments