System Property |
Default Value |
Description |
|---|---|---|
mbs.services.keyman.transportTrustStorePath |
- |
The path to the trust store, which is used in order to connect the certificate authority. |
mbs.services.keyman.transportTrustStorePassword |
- |
The password for the trust store, which is used in order to connect the certificate authority. |
mbs.services.keyman.transportKeyStorePath |
- |
The path to the key store,which holds the key, which is used in order to connect the certificate authority. |
mbs.services.keyman.transportKeyStorePassword |
- |
The password for the key store,which holds the key, which is used in order to connect the certificate authority. |
mbs.services.keyman.transportKeyPassword |
- |
The password for the key, which is used in order to connect the certificate authority. |
mbs.services.keyman.requestSignerKeyStorePath |
signer.keystore |
The path to the signer keystore which holds the key, with which certificate requests are made. |
mbs.services.keyman.requestSignerKeyStorePassword |
- |
The password to the signer keystore which holds the key, with which certificate requests are made. |
mbs.services.keyman.requestSignerKeyAlias |
signer |
The alias for the signer key, with which certificate requests are made. |
mbs.services.keyman.requestSignerKeyPassword |
- |
The password for the signer key, with which certificate requests are made. |
mbs.services.keyman.requestPollingAttempts |
4 |
Default number of polling attempts for certificate requests. |
mbs.services.keyman.requestPollingWaitTime |
10000 |
Default time to wait for polling attempts for certificate requests in milliseconds. |
mbs.services.keyman.keyStorePath |
- |
The path to the local keystore where the keys are stored. |
mbs.services.keyman.keyStorePassword |
- |
The password for the local keystore where the keys are stored. |
mbs.services.keyman.sender |
- |
The default certificate sender. |
mbs.services.keyman.recipient |
- |
The default certificate recipient. |
mbs.services.keyman.certificationAuthorityUrl |
- |
The default certificate authority URL. |
mbs.services.keyman.keyAlgorithm |
RSA |
The default algorithm, which is used for the key pairs. |
mbs.services.keyman.keySize |
2048 |
The default size of the key pairs. |
mbs.services.keyman.keyPassword |
default |
The default password of the key pairs. |
mbs.services.keyman.keySelfSigned |
- |
A boolean value which notes whether certificates are self signed or not. |
mbs.services.keyman.keyConfigurationsPath |
- |
The path for a properties file which contains local key information. |
mbs.services.keyman.certificateValidity |
90 * 24 * 60 * 60 * 10001 |
The default certificate validity period in milliseconds. |
mbs.services.keyman.certificateSerial |
1 |
The default certificate serial number. |
mbs.services.keyman.certificateSignatureAlgorithm |
SHA1withRSA |
The default certificate signature algorithm. |
mbs.services.keyman.core.log.debug |
false |
If set to 'true', debug logging is toggled on. |
mbs.services.keyman.core.log.console |
false |
If set to 'true', logging on the console is enabled. |