Table of Contents

Search

  1. Preface
  2. Using Metadata Manager
  3. Configuring Metadata Manager
  4. Application Resources
  5. Business Glossary Resources
  6. Business Intelligence Resources
  7. Custom Resources
  8. Data Integration Resources
  9. Data Modeling Resources
  10. Database Management Resources
  11. Universal Resources
  12. Managing Resources
  13. Loading and Monitoring Resources
  14. Managing Permissions
  15. Resource Migration
  16. Repository Migration
  17. Appendix A: Metadata Manager Login
  18. Appendix B: Metadata Manager Properties Files
  19. Appendix C: Resource Configuration Files
  20. Appendix D: Glossary

Metadata Manager Administrator Guide

Metadata Manager Administrator Guide

Merging Certificates

Merging Certificates

If you do not use the Metadata Manager Service keystore file when you install the Metadata Manager Agent, you must merge the certificate in the Metadata Manager Agent keystore to the Metadata Manager Service keystore.
To merge the certificate, complete the following steps:
  1. Export the certificate from the Metadata Manager Agent keystore file.
    For example, to export a certificate from a Metadata Manager Agent keystore with an alias of mmagent and keystore name of mmagent.keystore, issue the following command:
    keytool -export -alias mmagent -keystore mmagent.keystore -file mmagent.cer
  2. Import the certificate into the Metadata Manager Service keystore file.
    For example, to import a certificate to a Metadata Manager Service keystore with an alias of mmservice and keystore name of mmservice.keystore, issue the following command:
    keytool -import -trustcacerts -keystore mmservice.keystore -file mmagent.cer

0 COMMENTS

We’d like to hear from you!