plugins icon indicating copy to clipboard operation
plugins copied to clipboard

security/acme-client: issuer key not existed in cacert_details dictionary

Open clement10601 opened this issue 3 months ago • 2 comments

https://github.com/opnsense/plugins/blob/97603fc29b18f724a7b812ae8c37f2965cb2c363/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeCertificate.php#L171

I got NULL value with $cacrt_details['issuer'] and exception stop the cert issue process

Maybe following update can solve this problem?

$cacrt_issuer = implode(",", $cacrt_details['issuer']??[]);

clement10601 avatar Sep 30 '25 07:09 clement10601

Thank you for creating an issue. Since the ticket doesn't seem to be using one of our templates, we're marking this issue as low priority until further notice.

For more information about the policies for this repository, please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.

The easiest option to gain traction is to close this ticket and open a new one using one of our templates.

OPNsense-bot avatar Sep 30 '25 08:09 OPNsense-bot

Please provide more context/details. Which CA are you using, how is your ACME plugin configured?

fraenki avatar Oct 01 '25 13:10 fraenki