File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
acme /
26
26
cache /
27
27
28
- build-for-run.sh
28
+ build-for-run.sh
29
+ .history /
Original file line number Diff line number Diff line change 12
12
"build" : " tsc"
13
13
},
14
14
"dependencies" : {
15
- "@interactivetraining/acme-client" : " 0.0 .6" ,
15
+ "@interactivetraining/acme-client" : " 0.1 .6" ,
16
16
"compression" : " ^1.7.3" ,
17
17
"cors" : " ^2.8.5" ,
18
18
"dotenv" : " ^5.0.1" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ import * as mime from 'mime-types';
80
80
} ,
81
81
fileNames : {
82
82
cert : `${ process . env . DOMAIN } -cert.pem` ,
83
- caCert : `${ process . env . DOMAIN } -caCert.pem` ,
83
+ // caCert: `${process.env.DOMAIN}-caCert.pem`,
84
84
privateKey : `${ process . env . DOMAIN } -private-key.pem` ,
85
85
accountKey : `${ process . env . DOMAIN } -account-key.pem`
86
86
} ,
You can’t perform that action at this time.
0 commit comments