Configuring iManage Drive to use certificate pinning

You can configure iManage Drive to use certificate pinning by doing the following:

  • In the admin.yaml file, specify the list of servers that require certificate pinning. For example, in the admin.yaml file, add the following:
    # Specify list of servers that require certificate pinning
    certificate_pinning_hosts:
    - https://host1.xyz.com
    - https://host2.xyz.com

  • Export the SSL certificate from your browser. For example, if you are using Google Chrome, you can export the SSL certificate by doing the following. :

    1. Select Secure (a padlock) in the address bar.

    2. Select Show certificate.

    3. Go to the Details tab

    4. Select Export and download the pem certificate.

    5. Specify the server name that requires certificate pinning and select Save.

  • Copy the certificate to the following location: %PROGRAMDATA%\iManage\Drive\certificates. iManage Drive reads the valid certificate files and then compares these certificates to the certificates returned from the hosts configured in the certificate pinning hosts list.