How do we migrate SSL certifcate between sandboxes
Finally got the right way!, same certificates can be installed across sandboxes with the the below steps: On the source sandbox
- Security Controls -> Certificate and Key Management
- Click on Export to Keystore
- Provide a Keystore password
- Click on export
- A file Java Keystore format with extension .jks (e.g. 00D180000001XWw.jks)
will get downloaded to local system
On target sandbox
- Security Controls -> Certificate and Key Management
- Click on Import from a Keystore
- Choose downloaded jsk file and provide Keystore password and click on Save
- All certificates inside the Keystore imported to target sandbox.