Add missing args to certbot command, was causing failures in rovokation
This commit is contained in:
parent
1be87f48c1
commit
834fb1a361
1 changed files with 2 additions and 0 deletions
|
@ -1041,6 +1041,8 @@ const internalCertificate = {
|
|||
|
||||
const mainCmd = certbotCommand + ' revoke ' +
|
||||
'--config "' + letsencryptConfig + '" ' +
|
||||
'--work-dir "/tmp/letsencrypt-lib" ' +
|
||||
'--logs-dir "/tmp/letsencrypt-log" ' +
|
||||
'--cert-path "/etc/letsencrypt/live/npm-' + certificate.id + '/fullchain.pem" ' +
|
||||
'--delete-after-revoke ' +
|
||||
(letsencryptStaging ? '--staging' : '');
|
||||
|
|
Loading…
Reference in a new issue