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.
|
| 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
Copyright © 2019 JBoss by Red Hat. All rights reserved.