LoadJKS(
jksConfig):JKS
Defined in: index.d.ts:666
Function
JKS configuration.
- JKS client and server certificates and private key.
Load a JKS keystore from a file.
const jks = LoadJKS({
path: "/path/to/keystore.jks",
password: "password",
clientCertAlias: "localhost",
clientKeyAlias: "localhost",
clientKeyPassword: "password",
serverCaAlias: "ca",
});