File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -973,6 +973,7 @@ const internalCertificate = {
973
973
'--config "' + letsencryptConfig + '" ' +
974
974
'--cert-name "npm-' + certificate . id + '" ' +
975
975
'--preferred-challenges "dns,http" ' +
976
+ '--no-random-sleep-on-renew ' +
976
977
'--disable-hook-validation ' +
977
978
( letsencryptStaging ? '--staging' : '' ) ;
978
979
@@ -1000,7 +1001,8 @@ const internalCertificate = {
1000
1001
1001
1002
let mainCmd = certbotCommand + ' renew --non-interactive ' +
1002
1003
'--cert-name "npm-' + certificate . id + '" ' +
1003
- '--disable-hook-validation' +
1004
+ '--disable-hook-validation ' +
1005
+ '--no-random-sleep-on-renew ' +
1004
1006
( letsencryptStaging ? ' --staging' : '' ) ;
1005
1007
1006
1008
// Prepend the path to the credentials file as an environment variable
You can’t perform that action at this time.
0 commit comments