Hi All,
I have a special requirement to migrate huge number of S2S VPN Tunnel configs from old Checkpoint Management server to New Management Server. However, I shouldn't export the complete configuration, so I can't use the supported options like snapshot backup or migrate export.
Requirement:
Currently multiple gateways integrated with and reporting to an Old Checkpoint Management Server.
As part of the migration project, we need to migrate most of these gateways to a new Checkpoint Management Server.
But, we shouldn't export the complete configuration from the old management server to the new management server.
So, we have manually fetched the objects, policies from the old management server using api mgmt_cli and imported to new management server after necessary filtering and tweaking using the same api.
Only challenge for us in this approach is, VPN Preshared keys for the existing tunnels - as a security practice we didn't record/document the preshared keys during deployment or later phases.
Also, it's not feasible to change the preshared key because we have more number of tunnels and not easy to coordinate with multiple third parties.
So, please suggest an option to fetch the SSL Crts, key files from the old management server and import it to the new management server in an easy method and also the considerations involved in this approach.