Enabling and configuring full replication by using the graphical user interface
To enable replication, you need to configure settings on both master and clone servers.
Before you begin
- On the master server, complete these steps:
- Create TLS certificate. If a TLS server certificate already exists, you can skip this step.
- Export the private key of the TLS certificate. Run Key Export REST Service. For example:
PUT https://master_server_host:port/SKLM/rest/v1/keys/export {"alias":"SKLMTLSCertificate","fileName":"c:/SKLMTLSCertificate","type":"privatekey", "password":"password"}
- Copy the exported private key file of the master server to the SKLM_DATA folder of the clone server.
- On the clone server, complete these steps:
- Import the private key file of the master server. Run Key Import REST Service. For example,
POST https://clone_server_host:port/SKLM/rest/v1/keys/import {"alias":"SKLMTLSCertificate","fileName":"C:\Program Files\IBM\WebSphere\Liberty\products\sklm\data\SKLMTLSCertificate","type":"privatekey","usage":"SSLSERVER", "password":"password"}
- Log in to the graphical user interface and go to .
- On the Administer Server Certificates page, select the imported certificate and click Modify. Specify the certificate as the "in-use" certificate and click Modify Certificate.
- Import the private key file of the master server. Run Key Import REST Service. For example,