This article provides information how to use a DN as the remote gateway identity in a certificate based VPN for SRX branch devices.
How to use a DN as the remote gateway identity in a certificate based VPN for SRX branch devices.
If the certificate does not have x503 extensions or the SubjectAlternativeName field, then you have to use the DN as the identity of the remote gateway. There are two ways of using this:
root@# show security ike gateway testgw ike-policy testikepol; dynamic { distinguished-name { wildcard CN=SRX6502; } } external-interface ge-0/0/2.0;
root@# show security ike gateway testgw ike-policy testikepol; dynamic { distinguished-name { container "C=US, DC=Lab, ST=MH, L=PuneSDB9, O=Juniper, OU=PTAC, CN=SRX6502"; } } external-interface ge-0/0/2.0;
6/22/2012 - KB created
10/21/2024- KB Visibility changed to Public