Class SslBuilder.PemBasedCertificateSpec

java.lang.Object
io.micronaut.http.ssl.SslBuilder.CertificateSpec
io.micronaut.http.ssl.SslBuilder.PemBasedCertificateSpec
Enclosing class:
SslBuilder<T>

protected static final class SslBuilder.PemBasedCertificateSpec extends SslBuilder.CertificateSpec
Since:
4.10.0
  • Method Details

    • getKeyPath

      @NonNull public @NonNull String getKeyPath()
      The path to the PEM file containing the private key.
      Returns:
      The path
    • getCertificatePath

      @NonNull public @NonNull String getCertificatePath()
      The path to the PEM file containing the certificate chain.
      Returns:
      The path