08-31-2024 07:50 PM
I am deploying expressway Setup for MRA & B2B.
Internal & External Domains are different.
Internal: example.in and External: abc.com
I have deployed Expressway in Cluster.
Expressway C: 2 Nodes.
Expressway E: 2 Nodes. (Dual NIC)
Domain configured in Expressway C is example.in & Domain configured in Expressway E is abc.com
I am about to generate CSR on Expressway C & E Cluster.
I want to know what SAN i have to specify while generating CSR on C & E Cluster. if i have internal: example.in & External: abc.com.
more specifically now i have 2 different FQDN for expressway E nodes.
exp-e1.abc.com (Public)
exp-e1.example.in(internal) resolving internal NIC LAN 1 Network.
and same for exp-e2 node.
exp-e2.abc.com (Public)
exp-e2.example.in(internal) resolving internal NIC LAN 1 Network.
Appreciate if some can guide with steps to generate CSR in C & E Cluster.
09-01-2024 01:03 AM
You don’t need an entry on your DNS for exp-e1.example.in, which resolves to the internal NIC of the Expressway. Instead, create a subzone on the DNS for abc.com and add exp-e1.abc.com, which resolves to the Expressway E Internal NIC IP that C uses to communicate.
On the Expressway, you can use the Cluster FQDN as the CN name, and the SAN must include the FQDN of the peer and the domain abc.com.
For C, you can use the CN as the Expressway C Cluster FQDN, and the SAN must include the Peer FQDN.
09-03-2024 12:52 AM
I have configured example.in domain on both expressway E nodes
Exp-e1.example.in and exp-e2.example.in which resolves to internal interface and this fqdn are used as while exp-e Clustering as well.
is it ok if i configured both internal and external domain on exp E along with host (exp-e1.example.in, exp-e2.example.in, exp-e1.abc.com, exp-e2.abc.com in SAN while generatingCSR on expressway E nodes. i mean can i configure exp-e1 & e2 along with example.in and abc.com both as a SAN while generatingCSR.
09-04-2024 01:25 AM
Expressway E is an internet-facing device and must be signed by a public CA like Digicert or GoDaddy. The public CA won’t sign a CSR if you include an internal domain in the SAN field; it must only contain a publicly available domain. The Expressway must be on a public domain and never on an internal domain.
The Expressway E CSR must include the peer IPs as SANs if you are using the CN as the Cluster FQDN. Additionally, abc.com must also be included in the SAN field.
As I mentioned in my first reply, for C to communicate, add a subdomain for abc.com on your internal DNS and add entries for Exp-e1.abc.com and Exp-e2.abc.com to their internal NIC IP addresses.
09-03-2024 07:02 AM
Hi @SachinS1,
The Expressway-E servers must be configured with a public domain name, which will correspond to their fully qualified domain name (FQDN). For secure deployments like MRA, each Expressway-E peer needs a certificate with a Subject Alternative Name (SAN) that includes its public FQDN. If the Expressway-E server is also recognized by additional FQDNs (e.g., exp-e1.example.in and exp-e2.example.in), all these aliases should be included in the server certificate's SAN.
Cluster Address Mapping is required as the DNS resolution of the FQDN will likely point to the public IP address.
Please refer to below two documents:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide