| Attributes |
| Name | Required | Request-time | Type | Description |
| storefile | true | true | java.lang.String | The PKCS#12 (P12) keystore to store the certificate |
| storeentry | true | true | java.lang.String | The PKCS#12 (P12) keystore entry name for this certificate |
| storepassword | true | true | java.lang.StringBuffer | The PKCS#12 (P12) keystore password |
| scope | false | false | java.lang.String | Scope of the return variables. Can be 'page', 'session', 'request' or 'application'. Default is 'page' |
| returnprivatekey | false | true | java.lang.Boolean | Indicates if the private key must be exported as well. Default is false |
| certificate | true | true | java.lang.String | Variable to store the certificate |
| cacertificate | true | false | java.lang.String | Variable to store the CA certificate |
| privatekey | false | false | java.lang.String | Variable to store the private key (as StringBuffer) |