ManualConfiguration

Configuration class for manual configuration.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var HOST: String

Host to bind to.

Link copied to clipboard
open override var KEY_ALIAS: String

Alias for the key in the keystore.

Link copied to clipboard
open lateinit override var KEYSTORE_PASSWORD: CharArray

Keystore password.

Link copied to clipboard
open lateinit override var KEYSTORE_PATH: String

Path to the keystore.

Link copied to clipboard
open lateinit override var PEM_CHAIN_PATH: String

Path to the PEM chain.

Link copied to clipboard
open lateinit override var PEM_PRIVATE_KEY: CharArray

PEM private key.

Link copied to clipboard
open lateinit override var PEM_PRIVATE_KEY_PATH: String

Path to the PEM private key.

Link copied to clipboard
open override var PORT: Int

Port to bind to.

Link copied to clipboard
open override var SSL_ON: Boolean

If SSL is enabled.

Link copied to clipboard
open override var SSL_PORT: Int

Port to use for SSL.