I have a trusted intermediate key and certificate (PEM files) that I own and I would like to create a certificate for my load balancer that is signed by it.
How is this done using openssl?
I have a trusted intermediate key and certificate (PEM files) that I own and I would like to create a certificate for my load balancer that is signed by it.
How is this done using openssl?
Assume you already have your root key/cert pair files as follows:
Here are the steps to generate a public facing certificate that you can use for your server. First, create a new private key:
Next, create a certificate signing request CSR with the new key:
Third, create your signed public certificate (valid for 1 year)!