security vpn ipsec site-to-site peer <peer> authentication rsa-key-name <name>
Specifies the name of the digital signature used to authenticate the VPN peer.
- peer
- Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.
- name
- The name of the digital signature used to authenticate the VPN peer.
To record an RSA digital signature for a VPN peer, use the set form of security vpn rsa-keys.
Configuration mode
security {
vpn {
ipsec {
site-to-site {
peer peer {
authentication {
rsa-key-name name
}
}
}
}
}
}
Use this command to specify the name of the digital signature to use to authenticate the VPN peer. The rsa-key-name set here is only valid if the authentication mode is set to rsa.
Use the set form of this command to specify the name of the digital signature to use to authenticate the VPN peer.
Use the delete form of this command to remove the name of the digital signature.
Use the show form of this command to view the name of the digital signature.