shelf_letsencrypt library
Let's Encrypt
support for the shelf
package.
Classes
- CertificatesHandler
- Base class for a certificate handler.
- CertificatesHandlerIO
- A CertificatesHandler implementation using dart:io.
- Domain
- A LetsEncrypt domain.
- DomainCertificate
- Holds domains certificates to load into a SecurityContext.
- DomainCertificateFilePath
- A DomainCertificate implementation using file paths.
- DomainCertificatePEM
- A DomainCertificate implementation using PEM content.
- LetsEncrypt
- Let's Encrypt certificate tool.
- PEMKeyPair
- A PEM Key pair (private/public).
- SecurityContextBuilder
- A SecurityContext builder.
Enums
- CheckCertificateStatus
- The LetsEncrypt.checkCertificate status.
Extensions
Typedefs
- Logging = void Function(String level, Object? message, Object? error, StackTrace? stackTrace)