Change Certificate type for ACME plugin

bamf

Member
Jun 14, 2023
21
3
8
Hi,

my PVE generates an SSL certificate via ACME DNS Challenge. Works fine so far.

But the requested certificate is RSA 4096. How to tell the plugin to request a P384 certificate?
 
Hey, this is currently not configurable in PVE's ACME implementation. If you really need P-384 certificates, you can use acme.sh directly, or generate them some other way and upload them in the UI (Node -> Certificates -> Upload Custom Certificate).
 
Thanks. I though I was just too dumb to not find that information by digging through docs and pvenode command reference.

Will keep it as is for now then. Are there any plans to implement this in the future?