addKeyStore
fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray?, alias: String? = null)
Content copied to clipboard
Add client certificates from store by using the certificate with specific alias or all certificates, if alias is null.