File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -982,6 +982,8 @@ const internalCertificate = {
982
982
983
983
const cmd = certbotCommand + ' renew --force-renewal ' +
984
984
'--config "' + letsencryptConfig + '" ' +
985
+ '--work-dir "/tmp/letsencrypt-lib" ' +
986
+ '--logs-dir "/tmp/letsencrypt-log" ' +
985
987
'--cert-name "npm-' + certificate . id + '" ' +
986
988
'--preferred-challenges "dns,http" ' +
987
989
'--no-random-sleep-on-renew ' +
@@ -1012,6 +1014,8 @@ const internalCertificate = {
1012
1014
1013
1015
let mainCmd = certbotCommand + ' renew ' +
1014
1016
'--config "' + letsencryptConfig + '" ' +
1017
+ '--work-dir "/tmp/letsencrypt-lib" ' +
1018
+ '--logs-dir "/tmp/letsencrypt-log" ' +
1015
1019
'--cert-name "npm-' + certificate . id + '" ' +
1016
1020
'--disable-hook-validation ' +
1017
1021
'--no-random-sleep-on-renew ' +
You can’t perform that action at this time.
0 commit comments