fun PfxOptions(password: String? = null, path: String? = null, value: Buffer? = null): PfxOptions
A function providing a DSL for building io.vertx.core.net.PfxOptions objects.
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
The store can either be loaded by Vert.x from the filesystem:
Or directly provided as a buffer: