Enabling TLS in EBS R12.1.3 using wild card certificate

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Enabling TLS in EBS R12.1.3 using wild card certificate

Karthik
Hi Erman,

We are planning to implement TLS in our EBS R12.1.1.

Our current architecture is 1 Internal node, 1 External node and 1 Database node.

In our external node, TLS has been already implemented at load balancer as TLS Termination Point.

Now planning to do in our Internal node as well by following metalink note-Enabling TLS in Oracle E-Business Suite Release 12.1 (Doc ID 376700.1).

Already we have wild card certificate with our domain name. Do we still need to generate CSR and submit to our CA for server certificate or skip this section 5.2.1 step 1, step 2 and step 3 mentioned in document and proceed from step 4 use existing wild card certificate with our domain name.

Please provide your inputs.

Thanks,
Karthik
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

ErmanArslansOracleBlog
Administrator
Yes.. It is already documented in that document you sent.
It says : "If you use wildcard certificate to protect multiple servers, specify the server name as an asterisk (*) plus the domain in Common Name. For example: *.domain.com ."

So this means, even if you have a wilcard certificate, still you should follow the "CSR creation, certificate importing etc" process.
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

Karthik
Hi Erman,

Thanks for the update.

So after CSR creation, I can proceed with certificate import no need to submit CSR to CA for signing as already I have wild card certificate with domain name. Please confirm.

Thanks,
Karthik
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

ErmanArslansOracleBlog
Administrator
Correct

23 Ara 2019 Pzt 12:06 tarihinde Karthik [via Erman Arslan's Oracle Forum] <[hidden email]> şunu yazdı:
Hi Erman,

Thanks for the update.

So after CSR creation, I can proceed with certificate import no need to submit CSR to CA for signing as already I have wild card certificate with domain name. Please confirm.

Thanks,
Karthik


To start a new topic under EBS 12.1/12.0/11i, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

ErmanArslansOracleBlog
Administrator
Ofcourse your CSR and the certificate that you gonna import should be aligned in terms of all the attributes.
In other words, you need to create your CSR according to that present/ready certificate.
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

Karthik
Hi Erman,

Using existing wildcard certificates didn't work. While starting services, we faced issue with server.key mismatch.

So we submitted csr request to CA and got new wildcard certificates. We have completed our TLS setup and its working fine. Since its wildcard cerficate, we have migrated sever.key and certificates to other instance and configured TLS. Its also working fine.

Thanks,
Karthik
Reply | Threaded
Open this post in threaded view
|

Re: Enabling TLS in EBS R12.1.3 using wild card certificate

ErmanArslansOracleBlog
Administrator
Good for you Karthik.