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 Details

    • getPath

      @NonNull public @NonNull String getPath()
      The path to the JKS, PKCS12 or PEM file.
      Returns:
      The path