What is required for a site-to-site VPN tunnel that does not use certificates?
What is required for a site-to-site VPN tunnel that does not use certificates?
For a site-to-site VPN tunnel that does not use certificates, a Pre-Shared Secret is required. This shared key is a symmetric key used by all participating entities to establish mutual authentication and secure communication between the sites. This method simplifies setup and can be effective for environments where managing a Public Key Infrastructure (PKI) is cumbersome or not feasible.
Correct