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 f302ff7 commit 658acd1Copy full SHA for 658acd1
backend/internal/certificate.js
@@ -350,7 +350,7 @@ const internalCertificate = {
350
})
351
.then((certificate) => {
352
if (certificate.provider === 'letsencrypt') {
353
- const zipDirectory = '/etc/letsencrypt/live/npm-' + data.id;
+ const zipDirectory = '/etc/letsencrypt/archive/npm-' + data.id;
354
355
if (!fs.existsSync(zipDirectory)) {
356
throw new error.ItemNotFoundError('Certificate ' + certificate.nice_name + ' does not exists');
0 commit comments