How do I connect a new master domain manager to an existing Dynamic Workload Console?
procedure to share certificates between a new master domain manager and an existing Dynamic Workload Console
About this task
Perform the following steps:
Procedure
- Upgrade the Dynamic Workload Console.
- Install a new master domain manager.
- Copy to the workstation hosting the Dynamic Workload Console the ca.crt file from the master domain manager.
- Stop WebSphere Application Server Liberty for the Dynamic Workload Console, as described in Application server - starting and stopping.
-
Run the following command to convert the certificate to the
p12
format and import it into the Dynamic Workload Console keystore:keytool -importcert -alias my_alias -keystore path/TWSServerTrustFile.p12 -storetype PKCS12 -rfc -file path/ca.crt
- Start WebSphere Application Server Liberty for the Dynamic Workload Console, as described in Application server - starting and stopping.