Database Reference
In-Depth Information
Figure 4-25 shows publickey.cer is stored in the /home/
impadmin/keys folder.
Figure 4-25 . A stored publickey certificate with a full path
3.
Import publickey.cer as a trusted certificate in the server's
truststore :
keytool -import -v -trustcacerts -alias
client -file /home/impadmin/keys/
publickey.cer -keystore /home/impadmin/keys/
.truststore -storepass client
Figure 4-26 shows the certificate has been successfully added.
Figure 4-26 . The client's certificate added successfully to the server's truststore
With that said, we have prepared server certificates. In next few recipes we will use
truststore to access the server with trusted certificates. For internode communication,
we need to repeat the above recipe on each node and copy each node's public certific-
ate in the truststore of each node.
Figure 4-27 shows a graphical representation of client certification preparation and
importing with truststore.
 
 
 
 
 
Search WWH ::




Custom Search