Req certificate, ACME in pending (error: plugin 'standalone' for domain not found)

frotella

New Member
May 8, 2020
8
1
3
Hello, I'm playing with certificate req (following https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_certificate_management) but status still in pending; from the console i get the error "plugin 'standalone' for domain xxx not found"

- DNS (and rDNS) is set correctly
- No service on port 80
- Running a fresh PVE 6.1-11
- Tried to deactive and register a new account (same email)
- Same results (and error) if issued from GUI






Thank you
 
Hi.

This was fixed with:
https://git.proxmox.com/?p=pve-mana...f;hp=efc1d05e30fc054b4de1c3d952cdaca8a56918b4
(and a comment explaining it added with: https://git.proxmox.com/?p=pve-mana...d;hp=9eaaee1319cec519fffbb462d0d36139ad49eedf )

The update should roll out next week, until then you could adapt /usr/share/perl5/PVE/API2/ACMEPlugin.pm manually, just go to the end of that file and change load_config so that it looks like:

Perl:
sub load_config {
    return cfs_read_file($plugin_config_file);
}

Then you should be able to get it to work until then.
 
  • Like
Reactions: frotella
or touch /etc/pve/priv/acme/plugins.cfg to create an empty config ;)
 
  • Like
Reactions: frotella