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

Export and Import the Keystore Certificate

Export and Import the Keystore Certificate

Before you extract metadata from an OBIEE Presentation Server in HTTPS mode, you must export the keystore certificate from OBIEE and import it into the Metadata Manager Agent Java Runtime Environment (JRE). When you export the certificate, you create a self-signed certificate that you can import into the Metadata Manager Agent JRE.
Use the
keytool
utility to export and import the certificate.
To export and import the certificate:
  1. To export the OBIEE keystore certificate and create a self-signed keystore certificate, use the following command:
    keytool -export -alias <alias name> -keystore <keystore file name> -rfc -file <certificate file name>
  2. Copy the certificate file to the following directory:
    <Metadata Manager Agent installation directory>\java\jre\lib\security
  3. Navigate to the following directory:
    <Metadata Manager Agent installation directory>\java\jre\lib\security
  4. To import the OBIEE keystore certificate into the Metadata Manager Agent JRE, use the following command:
    keytool -import -alias -ca -file <certificate file name> -keystore <certificate file name> -storepass <keystore password>
    The default keystore password is “changeit.”

0 COMMENTS

We’d like to hear from you!