| serverCertificateValidityPeriod
|
Required. The validity period for the Credential Authority Service server's own certificate. Validity period is in Days.
|
| clientCertificateValidityPeriod
|
Required. The validity period for the certificates issues by Credential Authority Service server. Validity period is in Days.
|
| keySize
|
Required field only if keyStore location is specified. The size of the generated key. The recommended size is
1024.
|
| keyAlgo
|
Required field only if keyStore location is specified. The key alogrithm. The recommended algorithm is
RSA.
|
| keySignAlgo
|
Required field only if keyStore location is specified. The Signature algorithm used to sign the request. The recommended algorithm is
SHA1WithRSA.
|
| keyStoreLocation
|
Optional. Point to the location of the keystore.
|
| keyStorePassword
|
Required field only if keyStore location is specified.
|
| keyStoreType
|
Required field only if keyStore location is specified. Some examples of the keystore Type are JCEKS, JKS, PKCS12.
|
| keyStoreProvider
|
Optional. Some names of the keyStoreProvider are:
- SunJCE (JCEKS format)
- SUN (JKS format)
- IBMJCE (IBM JREs)
- SunJSSE (PKCS12 format)
|
| keyAlias
|
Required field only if keyStore location is specified.
|
| keyPassword
|
Required field only if keyStore location is specified.
|
| hostname
|
Required. The name of the host.
|
| portno
|
Required. The port number that the host listens at. Make sure that the port is available.
|
| Enable SSL
|
Optional. Select this option to enable SSL.
|