| Oracle® Health Sciences Information Gateway Secure Health Email Installation and Configuration Guide Release 1.2 E22884-01 |
|
|
PDF · Mobi · ePub |
This appendix provides a description and examples of the OHIG Secure Health Email script.
This section provides a description of the OHIG Secure Health Email Script, and then provides command line tool examples.
usage: ant <command> -D<option>*
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
direct-add-address
> ant direct-add-address -Ddomain_name=<HOSTNAME> -Ddisplay_name=<STRING> -Demail_address=<EMAIL> -Dendpoint=<EMAIL>