We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95cd36 commit 5f29f6bCopy full SHA for 5f29f6b
backend/internal/certificate.js
@@ -973,6 +973,7 @@ const internalCertificate = {
973
'--config "' + letsencryptConfig + '" ' +
974
'--cert-name "npm-' + certificate.id + '" ' +
975
'--preferred-challenges "dns,http" ' +
976
+ '--no-random-sleep-on-renew ' +
977
'--disable-hook-validation ' +
978
(letsencryptStaging ? '--staging' : '');
979
@@ -1000,7 +1001,8 @@ const internalCertificate = {
1000
1001
1002
let mainCmd = certbotCommand + ' renew --non-interactive ' +
1003
- '--disable-hook-validation' +
1004
+ '--disable-hook-validation ' +
1005
1006
(letsencryptStaging ? ' --staging' : '');
1007
1008
// Prepend the path to the credentials file as an environment variable
0 commit comments