Configuration properties for ConfigAdmin-based listener deployments. Note that the properties listed here are those that are required by the endpoint configuration factory. Any valid HTTP endpoint properties may also be included.
Endpoint URL (http.url)
The endpoint URL for the listener. The path is ignored.
Private Key (https.private.key)
Base64-encoded private key to use if the listener is an HTTPS endpoint
Private Key Certificate Chain (https.private.key.cert.chain)
Base64-encoded private key certificate chain if the listener is an HTTPS endpoint
Trusted Certificate Chain (https.trusted.cert.chain)
Base64-encoded trusted certificate chain if the listener is an HTTPS endpoint
scheme (scheme)
The scheme (protocol) in use. This is used to identify pertinent endpoints.
Private Key alias (https.key.alias)
Private Key alias in User Keystore. This used when managing keys with HSM.
Private Key alias password (https.key.alias.password)
Private Key password in User Keystore. This used when managing keys with HSM.