I just tried to integrate a new (so I am a noob wrt ProxMox) ProxMox server into my existing private PKI. So I wanted by web sessions to use a cert I provided.
To create the certificate:
- I created a new 3072 bit key and exported it in PEM
- I created a certificate signed by an intermediate certification authority certificate. I could not find any specification of the details of the certificate format online - so guessing somewhat:
Read more
To create the certificate:
- I created a new 3072 bit key and exported it in PEM
- I created a certificate signed by an intermediate certification authority certificate. I could not find any specification of the details of the certificate format online - so guessing somewhat:
Code:
X509v3 Basic Constraints critical: CA:FALSE
X509v3...
Read more