public class PemKeyCertConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<List<String>> |
certs
Comma-separated list of the path to the certificate files (Pem format).
|
boolean |
enabled
PEM Key/cert config is disabled by default.
|
Optional<List<String>> |
keys
Comma-separated list of the path to the key files (Pem format).
|
| Constructor and Description |
|---|
PemKeyCertConfiguration() |
@ConfigItem(name="<<parent>>", defaultValue="false") public boolean enabled
@ConfigItem public Optional<List<String>> keys
@ConfigItem public Optional<List<String>> certs
Copyright © 2020 JBoss by Red Hat. All rights reserved.