Hi,
I'm trying to create custom certs form my development ProxMox setup (proxmox version 8.2.2).
I create the certs with the following script:
#!/bin/bash -f
openssl genrsa -des3 -out rootCA.key 4096
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.crt
openssl...
Hi there,
it seems I did a BIG MISTAKE not reading the manual probably before uploading custom certificates in GUI, I'm very sorry about that. I really shot myself into foot doing that...
I'm running a 2 node PVE-Cluster and tried to import self-signed certificates from a pfsense-ca in WebGUI...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.