We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be87f4 commit 834fb1aCopy full SHA for 834fb1a
backend/internal/certificate.js
@@ -1041,6 +1041,8 @@ const internalCertificate = {
1041
1042
const mainCmd = certbotCommand + ' revoke ' +
1043
'--config "' + letsencryptConfig + '" ' +
1044
+ '--work-dir "/tmp/letsencrypt-lib" ' +
1045
+ '--logs-dir "/tmp/letsencrypt-log" ' +
1046
'--cert-path "/etc/letsencrypt/live/npm-' + certificate.id + '/fullchain.pem" ' +
1047
'--delete-after-revoke ' +
1048
(letsencryptStaging ? '--staging' : '');
0 commit comments