ACME Transport (acmeTransportConfig)
ACME transport layer.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
protocol | string | The SSL handshake protocol. Protocol values can be found in the documentation for the Java Secure Socket Extension (JSSE) provider of the underlying JRE. When using the IBM JRE the default value is SSL_TLSv2 and when using the Oracle JRE the default value is SSL. | |
trustStore | string | A keystore that contains trusted certificate entries that are used by SSL for signing verification. | |
trustStorePassword | Reversably encoded password (string) | The password that is used to load the truststore file. The value can be stored in clear text or encoded form. Use the securityUtility tool to encode the password. | |
trustStoreType | string | The keystore type for the truststore. Supported types are JKS, PKCS12 and JCEKS. |