OPNsense Forum

Archive => 21.7 Legacy Series => Topic started by: atom on October 05, 2021, 08:29:26 pm

Title: Reset ACME client fails
Post by: atom on October 05, 2021, 08:29:26 pm
Hello,
I'm trying to reset ACME.
Unfortunaly I get the following error after confirming the message 'Wipe all certificate and account data':

An API exception occured
/usr/local/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php:324: lastUpdate not an attribute of accounts.account.5d320db8-243d-48f8-8aa8-bcbc76f52484

and the data are still there.

Regards,
Atom
Title: Re: Reset ACME client fails
Post by: 5k7m4n on October 06, 2021, 06:48:12 am
same
Title: Re: Reset ACME client fails
Post by: pavelik on October 06, 2021, 01:22:55 pm
...same for me. But you can resolve problem with Lets encrypt certificates with..., go to the "System" - "Trust" - "Authorities" and remove all unneeded certificates.
Title: Re: Reset ACME client fails
Post by: agh1701 on October 06, 2021, 08:39:39 pm
OK.  I cleared out the certificates but, I still get the error after reset.  What next?
Title: Re: Reset ACME client fails
Post by: fraenki on October 07, 2021, 12:16:30 am
A community member provided a fix:
https://github.com/opnsense/plugins/pull/2562

This will be available in the upcoming os-acme-client 3.3.
Title: Re: Reset ACME client fails
Post by: agh1701 on October 07, 2021, 03:53:34 am
opnsense-patch -c plugins f87134f

Works!  Thanks!
Title: Re: Reset ACME client fails
Post by: atom on October 07, 2021, 09:25:00 am
Thanks a lot for the fast fix.