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 @@ -974,6 +974,7 @@ const internalCertificate = {
974
974
'--config "' + letsencryptConfig + '" ' +
975
975
'--cert-name "npm-' + certificate . id + '" ' +
976
976
'--preferred-challenges "dns,http" ' +
977
+ '--no-random-sleep-on-renew ' +
977
978
'--disable-hook-validation ' +
978
979
( letsencryptStaging ? '--staging' : '' ) ;
979
980
@@ -1002,7 +1003,8 @@ const internalCertificate = {
1002
1003
let mainCmd = certbotCommand + ' renew ' +
1003
1004
'--config "' + letsencryptConfig + '" ' +
1004
1005
'--cert-name "npm-' + certificate . id + '" ' +
1005
- '--disable-hook-validation' +
1006
+ '--disable-hook-validation ' +
1007
+ '--no-random-sleep-on-renew ' +
1006
1008
( letsencryptStaging ? ' --staging' : '' ) ;
1007
1009
1008
1010
// Prepend the path to the credentials file as an environment variable
You can’t perform that action at this time.
0 commit comments