public class CertificateConfig extends Object
Modifier and Type | Field and Description |
---|---|
Optional<Path> |
file
The file path to a server certificate or certificate chain in PEM format.
|
Optional<Path> |
keyFile
The file path to the corresponding certificate private key file in PEM format.
|
Optional<Path> |
keyStoreFile
An optional key store which holds the certificate information instead of specifying separate files.
|
Optional<String> |
keyStoreFileType
An optional parameter to specify type of the key store file.
|
String |
keyStorePassword
A parameter to specify the password of the key store file.
|
Optional<Path> |
trustStoreFile
An optional trust store which holds the certificate information of the certificates to trust
|
Optional<String> |
trustStoreFileType
An optional parameter to specify type of the trust store file.
|
Optional<String> |
trustStorePassword
A parameter to specify the password of the trust store file.
|
Constructor and Description |
---|
CertificateConfig() |
@ConfigItem public Optional<Path> file
@ConfigItem public Optional<Path> keyFile
@ConfigItem public Optional<Path> keyStoreFile
@ConfigItem public Optional<String> keyStoreFileType
@ConfigItem(defaultValue="password") public String keyStorePassword
@ConfigItem public Optional<Path> trustStoreFile
@ConfigItem public Optional<String> trustStoreFileType
@ConfigItem public Optional<String> trustStorePassword
Copyright © 2020 JBoss by Red Hat. All rights reserved.