So I'd like to issue a valid LE wildcard certificate for my pbs instance. This is especially useful to hide detailed information behind the public scope of the infrastructure in the LE domain log.
I have a working infrastructure for rfc2136 (dns-01) challenge handling through an alias domain. According to proxmox documentation this should be possible to utilize.
Now the issue lies in configuring a wildcard domain.
You can't create a wildcard domain entry under Certificates->ACME in the WebUI as "*.sub.domain.tld" does not meet the regex.
The documentation states to modify /etc/proxmox-backup/node.cfg by hand and add the *.-prefix to the domain.
This of course breaks the WebUI. Now it only displays an error:
> Bad Request (400)
> line 0: parameter verification failed - 'domain': schema validation failed: value does not match the regex pattern
So looks like the documentation is not quiet compatible with the software itself.
Also I've not seen it try to issue the certificate yet. Would it be sufficient to fix the domain regex or is there a deeper problem in wildcard handling?
I have a working infrastructure for rfc2136 (dns-01) challenge handling through an alias domain. According to proxmox documentation this should be possible to utilize.
Now the issue lies in configuring a wildcard domain.
You can't create a wildcard domain entry under Certificates->ACME in the WebUI as "*.sub.domain.tld" does not meet the regex.
The documentation states to modify /etc/proxmox-backup/node.cfg by hand and add the *.-prefix to the domain.
This of course breaks the WebUI. Now it only displays an error:
> Bad Request (400)
> line 0: parameter verification failed - 'domain': schema validation failed: value does not match the regex pattern
So looks like the documentation is not quiet compatible with the software itself.
Also I've not seen it try to issue the certificate yet. Would it be sufficient to fix the domain regex or is there a deeper problem in wildcard handling?