Package com.linecorp.centraldogma.server
Class TlsConfig
java.lang.Object
com.linecorp.centraldogma.server.TlsConfig
TLS configuration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TlsConfig
Creates an instance with the specifiedkeyCertChainFilePath
,keyFilePath
andkeyPassword
.
-
-
Method Details
-
keyCertChainFile
Returns a certificates file which is created with the givenkeyCertChainFilePath
. -
keyFile
Returns a private key file which is created with the givenkeyFilePath
. -
keyPassword
Returns a password for the private key file. Returnnull
if no password is set. -
toString
-