Skip to content

Commit 834fb1a

Browse files
committed
Add missing args to certbot command, was causing failures in rovokation
1 parent 1be87f4 commit 834fb1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/internal/certificate.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,8 @@ const internalCertificate = {
10411041

10421042
const mainCmd = certbotCommand + ' revoke ' +
10431043
'--config "' + letsencryptConfig + '" ' +
1044+
'--work-dir "/tmp/letsencrypt-lib" ' +
1045+
'--logs-dir "/tmp/letsencrypt-log" ' +
10441046
'--cert-path "/etc/letsencrypt/live/npm-' + certificate.id + '/fullchain.pem" ' +
10451047
'--delete-after-revoke ' +
10461048
(letsencryptStaging ? '--staging' : '');

0 commit comments

Comments
 (0)