Configure and Generate a Self-Signed Certificate
To configure your certificate, follow these steps.
The process involves the following steps:
- Local Key Generation: Create a private key with OpenSSL.
- CSR Generation: Use the private key to create a CSR.
- OCI CA Signing: Upload the CSR to the OCI Certificates CA to get a signed certificate.
- Deployment: Install the signed certificate with its chain and private key on the target server.
Here are the detailed steps: