| Attributes |
| Name | Required | Request-time | Type | Description |
| scope | false | false | java.lang.String | Scope of the return variables. Can be 'page', 'session', 'request' or 'application'. Default is 'page' |
| crlfile | false | true | java.lang.String | The CRL filename |
| storefile | false | true | java.lang.String | The PKCS#12 (P12) keystore where the certificate is stored |
| storeentry | false | true | java.lang.String | The PKCS#12 (P12) keystore entry name for this certificate |
| storepassword | false | true | java.lang.StringBuffer | The PKCS#12 (P12) keystore password |
| pemfile | false | true | java.lang.String | The certificate as a PEM formatted file |
| pemstring | false | true | java.lang.String | The certificate as a PEM formatted string |
| castorefile | false | true | java.lang.String | The PKCS#12 (P12) keystore where the CA certificate is stored |
| castoreentry | false | true | java.lang.String | The PKCS#12 (P12) CA keystore entry name for this certificate |
| castorepassword | false | true | java.lang.StringBuffer | The PKCS#12 (P12) CA keystore password |
| capemfile | false | true | java.lang.String | The CA certificate as a PEM formatted file |
| capemstring | false | true | java.lang.String | The CA certificate as a PEM formatted string |
| verifyinfo | false | true | java.lang.String | Return variable to store the certificate info: 'REVOKED': this certificate has been revoked 'EXPIRED': this certificate has expired 'INVALID': this certificate is not valid or not signed by the correct CA 'VERIFIED': this certificate is OK |