Skip Headers
Oracle® Health Sciences Information Gateway Secure Health Email Installation and Configuration Guide
Release 1.2

E22884-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

A The OHIG Secure Health Email Configuration Tool

This appendix provides a description and examples of the OHIG Secure Health Email script.

A.1 Using the OHIG Secure Health Email Configuration Tool

This section provides a description of the OHIG Secure Health Email Script, and then provides command line tool examples.

A.1.1 Description of the OHIG Secure Health Email Script

usage: ant <command> -D<option>*


Use the above script to configure the OHIG Secure Health Email environment.

A.1.1.1 Commands

  • direct-add-address

    Associate an address with a OHIG Secure Health Email server domain, mapping an internal secure email address to an internal corporate email address

    • Options

      • domain_name=<HOSTNAME>

        The OHIG Secure Health Email server domain name

      • display_name=<STRING>

        The display name for the internal secure email user

      • email_address=<EMAIL>

        An internal secure email address

      • endpoint=<EMAIL>

        An internal corporate email address

  • direct-add-anchor

    Add a certificate to the list of trusted anchor certificates

    • Options

      • domain_name=<HOSTNAME>

        The direct email server domain name

      • cert_file=<FILE>

        A public certificate in .der format

  • direct-add-domain

    The OHIG Secure Health Email server domain name

    • Options

      • domain_name=<HOSTNAME>

        The OHIG Secure Health Email server domain name

  • direct-add-public-cert

    Associate a public certificate with a external trusted email address

    • Options

      • email_address=<EMAIL>

        An external trusted email address

      • cert_file=<FILE>

        A public certificate in .der format

  • direct-add-private-cert

    Associate a public/private certificate pair with an internal secure email address

    • Options

      • email_address=<EMAIL>

        An internal secure email address

      • cert_file=<FILE>

        A public certificate in .der format

      • key_file=<FILE>

        A private certificate in .der format

  • direct-add-setting

    Set a configuration setting

    • Options

      • name=<STRING>

        The setting name

      • value=<STRING>

        The setting value

A.1.2 Example of OHIG Secure Health Email Commands

  • direct-add-address

    > ant direct-add-address -Ddomain_name=<HOSTNAME> -Ddisplay_name=<STRING> -Demail_address=<EMAIL> -Dendpoint=<EMAIL>