Package io.micronaut.http.ssl
Class SslBuilder.KeyStoreBasedCertificateSpec
java.lang.Object
io.micronaut.http.ssl.SslBuilder.CertificateSpec
io.micronaut.http.ssl.SslBuilder.KeyStoreBasedCertificateSpec
- Enclosing class:
- SslBuilder<T>
protected static final class SslBuilder.KeyStoreBasedCertificateSpec
extends SslBuilder.CertificateSpec
Certificate spec based on
SslConfiguration.KeyStoreConfiguration.getPath()
or
SslConfiguration.TrustStoreConfiguration.getPath()
. Note that the path can still
point to a PEM.- Since:
- 4.10.0
-
Method Summary
Methods inherited from class io.micronaut.http.ssl.SslBuilder.CertificateSpec
getPassword, getProvider, getType
-
Method Details
-
getPath
The path to the JKS, PKCS12 or PEM file.- Returns:
- The path
-