This article explains how to configure PKI VPN modifications for SRX Series devices.
Follow the steps below to modify the IKE gateway from a pre-shared key to a certificate-based VPN:
From J-Web
Navigate to Configuration > Security Services > IPSEC VPN > IKE Phase 1.
Click Phase 1. A dialog box with options to add to the Phase 1 configuration opens. Click Proposal > "+" on the right to create a new phase 1 proposal.
Enter Name . Change Authentication Method to rsa-signatures . Click OK .
Click the IKE Policy tab, and then click the policy name to be edited.
Change the following settings:
Select Certificate (as opposed to pre-shared key).
Be sure that Peer Certificate Type shows x509-signature.
For Proposal, select your RSA proposal that was created earlier from the drop-down list, and then click Add .
Click OK to return to the IKE configuration screen, then click OK again to exit the IKE screen.
From CLI
set security ike proposal pki-proposal1 authentication-method rsa-signatures set security ike proposal pki-proposal1 dh-group group2 set security ike proposal pki-proposal1 authentication-algorithm md5 set security ike proposal pki-proposal1 encryption-algorithm 3des-cbc set security ike policy ike-policy1 proposals pki-proposal1 set security ike policy ike-policy1 certificate trusted-ca use-all set security ike policy ike-policy1 certificate peer-certificate-type x509-signature
2021-06-25: Updated the J-Web snippets as per the latest version and removed J-Series references