Exporting Notes certificates to a deploy.nsf file

After you enable Nomad federated login, export the Notes organization certifier used by Nomad for web users to a deploy.nsf database.

About this task

After you export the Notes certificates to the deploy.nsf database you copy the database to the Nomad server. The file provides Notes certificates to Nomad for web browser clients used for initial communication with the ID vault server.

Procedure

  1. From the Domino Administrator client on the administration server, open the Domino directory.
  2. Expand Security > Certificates > Notes certifiers.
  3. Select the Notes certifier documents that you added to the Security Settings policy in the procedure Enabling Nomad federated login.
  4. Select Actions > Export Certificates to Deploy Database.
  5. Give the database the file name deploy.nsf and click OK.
  6. Select Enable Notes federated login on client and click OK.
  7. Copy the file to the saml subdirectory of the SafeLinx install location. For example, on Linux: /opt/hcl/SafeLinx/saml.
    Note:
    The SafeLinx server looks for the file in this directory, by default. You can put the file in another directory and then use the following console command to indicate its location:
    chwg -s hcl-wlNomad -l nomad-web-proxy<number> -a hcl-deployNSF=<full path to new directory location>

    where nomad-web-proxy<number> is the keyValue of the Nomad server. If you have one Nomad server, specify nomad-web-proxy0. For each additional Nomad server, increment the number by one, for example, nomad-web-proxy1, nomad-web-proxy2.