
- Added a script to install every single plugin, used in development and debugging - Improved certbot plugin install commands - Adjusted some version for plugins to install properly - It's noted that some plugins require deps that do not match other plugins, however these use cases should be extremely rare
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
const c = require("./certbot-dns-plugins");
|
|
|
|
console.log(JSON.stringify(c, null, 2));
|