Examples of Authorization File Processing

The following examples show authorization file processing:

Example Description
Accept /OU=Marketing/O=TIBCO

revoke

MFT Platform Server accepts all certificates defined with an Organization of TIBCO and an Organization Unit of Marketing. It rejects all other certificates.
REVOKE /SN=987654

REVOKE /SN=123456

ACCEPT

MFT Platform Server rejects any certificates with a serial number of 987654 or 123456. It accepts all other certificates.
Accept /OU=ACCT*/O=ACME

revoke

MFT Platform Server accepts all certificates defined with an Organization of ACME and an Organization Unit starting with ACCT. It rejects all other certificates.
Accept /CN=Joe*,

L=New York,

/ST=NY,

/C=US,

/OU=Dept1,

/O=ACME,

/SDATE=20081201,

/EDATE=20101130

revoke

MFT Platform Server accepts all certificates that match the information defined by the /CN, /L, /ST, /C, /OU and /O parameters. The certificate is valid from December 1, 2008 until November 30, 2012. If the certificate is received before December 1, 2008 or after November 30, 2012, the request is rejected. All other certificates not matching these criteria are rejected.