---
 PVE/NodeConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm
index a807c710..7817bd1e 100644
--- a/PVE/NodeConfig.pm
+++ b/PVE/NodeConfig.pm
@@ -73,7 +73,7 @@ my $acmedesc = {
     account => get_standard_option('pve-acme-account-name'),
     plugin => {
        type => 'string',
-       enum => ['standalone'],
+       enum => ['standalone', 'acme_sh'],
        default => 'standalone',
        optional => 1,
        description => 'Supported ACME Plugins',
-- 
2.20.1


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to