Hi,
I implemented SSL for the ORDS using this link https://blogs.oracle.com/database/post/installing-a-trusted-ssl-certificate-on-oracle-database-cloud-service-for-apex
In the below command to generate the CSR, I gave the fully qualified domain name , like test.com.
I want to know if any option to also give the IP address for the fully qualified domain name Test.com, while creating the CSR, so that both SSL url's can work fine
https://test.com:port
https://IP address:port
sudo openssl req -new -newkey rsa:2048 -nodes -keyout comodokey.pem -out comodorequest.csr
Generating a 2048 bit RSA private key
.......................................................+++
.....................................................................................................................................................................................................+++
writing new private key to 'comodokey.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [XX]:US
State or Province Name (full name) []:XXX
Locality Name (eg, city) [Default City]:XXX
Organization Name (eg, company) [Default Company Ltd]:XXXX
Organizational Unit Name (eg, section) []:XXX
Common Name (eg, your name or your server's hostname) []:TEST.com
Email Address []:XXX