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 = {
974974 '--config "' + letsencryptConfig + '" ' +
975975 '--cert-name "npm-' + certificate . id + '" ' +
976976 '--preferred-challenges "dns,http" ' +
977+ '--no-random-sleep-on-renew ' +
977978 '--disable-hook-validation ' +
978979 ( letsencryptStaging ? '--staging' : '' ) ;
979980
@@ -1002,7 +1003,8 @@ const internalCertificate = {
10021003 let mainCmd = certbotCommand + ' renew ' +
10031004 '--config "' + letsencryptConfig + '" ' +
10041005 '--cert-name "npm-' + certificate . id + '" ' +
1005- '--disable-hook-validation' +
1006+ '--disable-hook-validation ' +
1007+ '--no-random-sleep-on-renew ' +
10061008 ( letsencryptStaging ? ' --staging' : '' ) ;
10071009
10081010 // Prepend the path to the credentials file as an environment variable
You can’t perform that action at this time.
0 commit comments