Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange for Microsoft Azure Data Lake Storage Gen2
  3. PowerExchange for Microsoft Azure Data Lake Storage Gen2 Configuration
  4. Microsoft Azure Data Lake Storage Gen2 Connections
  5. PowerExchange for Microsoft Azure Data Lake Storage Gen2 Data Objects
  6. Microsoft Azure Data Lake Storage Gen2 Mappings
  7. Appendix A: Microsoft Azure Data Lake Storage Gen2 Datatype Reference

PowerExchange for Microsoft Azure Data Lake Storage Gen2 User Guide

PowerExchange for Microsoft Azure Data Lake Storage Gen2 User Guide

Installing TLS certificate

Installing TLS certificate

If the domain is TLS-enabled, download the certificate first and then add the certificate in the trust store.
Perform the following steps from Developer tool host machine:
  1. Run the command to download the certificates and convert them to PEM format.
    • If you use the Azure Government endpoint, run the following command:
      openssl s_client -servername <ADLS Gen2_instance_name>.dfs.core.usgovcloudapi.net -connect <ADLS Gen2_instance_name>.dfs.core.usgovcloudapi.net:<port number> < /dev/null | openssl x509 -outform pem > gen2.pem
      Example:
      openssl s_client -servername adlsgen2dev.dfs.core.usgovcloudapi.net -connect adlsgen2dev.dfs.core.usgovcloudapi.net:443 < /dev/null | openssl x509 -outform pem > gen2.pem
    • If you use the Azure non-government endpoint, run the following command:
      openssl s_client -servername <ADLS Gen2_instance_name>.dfs.core.windows.net -connect <ADLS Gen2_instance_name>.dfs.core.windows.net:<port number> < /dev/null | openssl x509 -outform pem > gen2.pem
      Example:
      openssl s_client -servername bswar.dfs.core.windows.net -connect bswar.dfs.core.windows.net:443 < /dev/null | openssl x509 -outform pem > gen2.pem
  2. Run the following command to import the certificate in the trust store:
    keytool -import -noprompt -trustcacerts -alias gen2 -file /tmp/test/gen2.pem -keystore <INFA_HOME>/services/shared/security/infa_truststore.jks
    .

0 COMMENTS

We’d like to hear from you!