Package io.micronaut.http.ssl
Class SslBuilder.PemBasedCertificateSpec
java.lang.Object
io.micronaut.http.ssl.SslBuilder.CertificateSpec
io.micronaut.http.ssl.SslBuilder.PemBasedCertificateSpec
- Enclosing class:
- SslBuilder<T>
Certificate spec based on
SslConfiguration.KeyStoreConfiguration.getKeyPath()
and
SslConfiguration.KeyStoreConfiguration.getCertificatePath()
, both of which must
contain a PEM.- Since:
- 4.10.0
-
Method Summary
Modifier and TypeMethodDescriptionThe path to the PEM file containing the certificate chain.The path to the PEM file containing the private key.Methods inherited from class io.micronaut.http.ssl.SslBuilder.CertificateSpec
getPassword, getProvider, getType
-
Method Details
-
getKeyPath
The path to the PEM file containing the private key.- Returns:
- The path
-
getCertificatePath
The path to the PEM file containing the certificate chain.- Returns:
- The path
-