B bamf Member Jun 14, 2023 21 3 8 Friday at 14:24 #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 21 6 3 Vienna, Austria proxmox.com Friday at 14:57 #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 Friday at 15:07 #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 21 6 3 Vienna, Austria proxmox.com Friday at 15:37 #4 There is a tracking bug here, you can add yourself to the CC list to get progress updates Reactions: bamf