-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate request - error :: "Error":"issuing precertificate: no issuers found for public key algorithm RSA - message in the LabCA logs #150
Comments
Looks like your issuer certificate is of type ECDSA and the Fritzbox is trying to request an RSA certificate. The boulder engine now only issues for matching key types, so if the issuer is ECDSA it will only work for certificate requests with an ECDSA key. The solution would be to also have an RSA issuer as well, but at the moment it is not possible to have more than one issuer CA in LabCA unfortunately. I'm looking into changing that, but that conflicts with / depends on some other big changes I'm trying to make in the background. |
so is it being random to be able to issue RSA or ECDSA keys? |
When going through the LabCA setup pages, you are creating either an RSA CA or an ECDSA CA. If you then have clients that request the other key type, it won't work at the moment. |
The official Let's Encrypt boulder code only issues RSA certificates from RSA issuer certificates and only ECDSA certificates from an ECDSA issuer CA. Many people are having issues with this in LabCA. Until we have the option for multiple issuers per root CA and/or multiple CA chains in the GUI of LabCA, use the single issuer CA for both key types.
This should now be fixed in the latest release (v25.01), ECDSA and RSA now can be mixed |
wow, wonderful! Now the issuing of certificates works again. Thanks for your great work! |
thanks! and i was also wondering how to update from web interface (i did it via cli, but the readme says it can be done also via web interface, but i just got the message of a new update available..) Thanks, very good work! |
Hi,
I have found a problem in the current version v24.12 of LabCA which I cannot solve. It is not possible to issue or renew certificates. I have also installed a new current version as I suspected an update problem. I have verified my test with an existing installation and a new installation of Proxmox 8.2
# pvenode acme cert order
Loading ACME account details
Placing ACME order
Order URL: https://pki.fritz.box/acme/order/9/102
Getting authorization details from 'https://pki.fritz.box/acme/authz/9/38'
pve-03.fritz.box is already validated!
All domains validated!
Creating CSR
Checking order status
Order is ready, finalizing order
In older versions of LabCA it worked without any problems
Best regards
Tom
The text was updated successfully, but these errors were encountered: