Closed leafonsword closed 4 years ago
On Wed, 9 Oct 2019, 刀尖红叶 wrote:
Following cmd shows:
certutil -L -d sql:/etc/ipsec.d
Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI
IKEv2 VPN CA CTu,u,u vpnclient u,u,u
That looks fine.
But documnet's example is this:
Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI
IKEv2 VPN CA CTu,u,u ($PUBLIC_IP) u,u,u vpnclient u,u,u
Is there a problem?
It just means that there were two end certificates in that NSS database, instead of just one in your case.
Paul
@leafonsword Hello! It looks like you missed the second part of step (3) in [1], which is to generate the VPN server certificate for IKEv2.
Following cmd shows:
But documnet's example is this:
Is there a problem?