Configures the
PemSslStoreBundle key store to use with an
SSL
supported
@ServiceConnection.
- Since:
- 3.5.0
-
Optional Element Summary
Optional Elements
The location or content of the certificate or certificate chain in PEM format.
The location or content of the private key in PEM format.
The password used to decrypt an encrypted private key.
The type of the store to create, e.g.
-
Element Details
-
value
@AliasFor("certificate")
String value
- Returns:
- the store certificate
- Default:
- ""
-
certificate
@AliasFor("value")
String certificate
The location or content of the certificate or certificate chain in PEM format.
- Returns:
- the store certificate location or content
- Default:
- ""
-
privateKey
The location or content of the private key in PEM format.
- Returns:
- the store private key location or content
- Default:
- ""
-
privateKeyPassword
The password used to decrypt an encrypted private key.
- Returns:
- the store private key password
- Default:
- ""
-
type
The type of the store to create, e.g. JKS.
- Returns:
- the store type
- Default:
- ""