B bamf Member Jun 14, 2023 21 3 8 Mar 13, 2026 #1 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?
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?
A a.bied-charreton New Member Jan 15, 2026 28 10 3 Vienna, Austria proxmox.com Mar 13, 2026 #2 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).
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).
B bamf Member Jun 14, 2023 21 3 8 Mar 13, 2026 #3 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?
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?
A a.bied-charreton New Member Jan 15, 2026 28 10 3 Vienna, Austria proxmox.com Mar 13, 2026 #4 There is a tracking bug here, you can add yourself to the CC list to get progress updates Reactions: bamf