There are two syntax styles for the CRMFPopClient utility, depending on the intended use:
CRMFPopClienttoken_password authenticator host port username password[pop_option]subject_dn[OUTPUT_CERT_REQ]
CRMFPopClienttoken_password[pop_option] OUTPUT_CERT_REQsubject_dn
| Option | Description |
|---|---|
| token_password |
The password for the cryptographic token. |
| authenticator |
The authentication manager within the Certificate System; this is most often set to |
| host |
The hostname of the CA instance. |
| port |
The non-SSL port of the Certificate System CA. |
| username |
The Certificate System user for whom the certificate request is issued. |
| password |
The password of the Certificate System user. |
| pop_option |
Optional. Sets the type of POP request to generate; since this can generate invalid requests, this option can be used for testing. There are three values:
|
| subject_dn |
The distinguished name of the requested certificate. |
OUTPUT_CERT_REQ
|
Optional. Prints the generated certificate request to the screen. |