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.
2 parents c807b59 + 3f1415d commit 2812889Copy full SHA for 2812889
backend/internal/certificate.js
@@ -11,7 +11,7 @@ const debug_mode = process.env.NODE_ENV !== 'production' || !!process.env.
11
const le_staging = process.env.NODE_ENV !== 'production';
12
const internalNginx = require('./nginx');
13
const internalHost = require('./host');
14
-const certbot_command = '/opt/certbot/bin/certbot';
+const certbot_command = 'certbot';
15
const le_config = '/etc/letsencrypt.ini';
16
const dns_plugins = require('../global/certbot-dns-plugins');
17
0 commit comments