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 a3159ad commit 32e5155Copy full SHA for 32e5155
backend/setup.js
@@ -175,7 +175,7 @@ const setupCertbotPlugins = () => {
175
176
certificates.map(function (certificate) {
177
if (certificate.meta && certificate.meta.dns_challenge === true) {
178
- const dns_plugin = dns_plugins[certificate.meta.dns_provider];
+ const dns_plugin = dns_plugins[certificate.meta.dns_provider];
179
const packages_to_install = `${dns_plugin.package_name}==${dns_plugin.package_version} ${dns_plugin.dependencies}`;
180
181
if (plugins.indexOf(packages_to_install) === -1) plugins.push(packages_to_install);
0 commit comments