Constructors
constructor
-
-
Parameters
Methods
getCertPaths
-
Returns string[]
getCertValues
-
getKeyPaths
-
Returns string[]
getKeyValues
-
setCertPath
-
Parameters
setCertPaths
-
Parameters
setCertValue
-
Parameters
setCertValues
-
Parameters
setKeyPath
-
Parameters
setKeyPaths
-
Parameters
setKeyValue
-
Parameters
setKeyValues
-
Parameters
toJson
-
Returns {}
Key store options configuring a list of private key and its certificate based on Privacy-enhanced Electronic Email (PEM) files.
A key file must contain a non encrypted private key in PKCS8 format wrapped in a PEM block, for example:
Or contain a non encrypted private key in PKCS1 format wrapped in a PEM block, for example:
A certificate file must contain an X.509 certificate wrapped in a PEM block, for example:
Keys and certificates can either be loaded by Vert.x from the filesystem:
Or directly provided as a buffer:
Several key/certificate pairs can be used: