Layer7 API Management

  • 1.  How to copy keystore between clusters

    Posted Jul 18, 2018 05:37 PM

    Hi there,

    we are building a  cluter2 where i want to copy all the certificate from cluster 1 to cluster 2,how could i do can i copy the keystore from cluster 1 to cluster 2?



  • 2.  Re: How to copy keystore between clusters

    Broadcom Employee
    Posted Dec 14, 2018 12:45 PM

    Good morning,

     

    There are several ways that you can accomplish this:

     

    1) If it is a brand new environment with no policies and such, then you can use the ssgbackup and ssgrestore scripts

    2) The Gateway Migration Utility as it will migrate over all dependencies related to service and policies. It also has the ability to migrate all the setup including Private keys and Trusted Certificates

    3) Using the restman API to export and import in the

    trusted certificates (https://gw.example.com:8443/restman/1.0/doc/restDoc.html#1.0/trustedCertificates)

    private keys (https://gw.example.com:8443/restman/1.0/doc/restDoc.html#1.0/privateKeys)

     

    Sincerely,

     

    Stephen Hughes

    Broadcom Support