I'm using APEX 21.2, ORDS 23.4 on a 21c database on a Windows 11 server
I'm trying to enable httpS on my server. I obtained certificates from Let's Encrypt using their CertBot. I now have the following certificates:
- cert.pem
- chain.pem
- fullchain.pem
- privkey.pem
How do I configure ORDS so that I incorporate certificates from Let's Encrypt and enable HTTPS for my APEX apps?