shelf_letsencrypt 1.2.2 shelf_letsencrypt: ^1.2.2 copied to clipboard
Let's Encrypt support for the shelf package (free and automatic HTTPS certificate support).
1.2.2 #
-
LetsEncrypt
:- Added feild
minCertificateValidityTime
.isDomainHttpsOK
now checks the certificate for short validity period, allowing to refresh the certificate before it really expires (5 days before as default).
- Field
log
: improve logging parameters. - Improve logging messages.
- Added feild
-
Dart CI: update and optimize jobs.
-
test: ^1.24.6
1.2.1 #
- acme_client: ^1.2.0
- basic_utils: ^5.6.1
- collection: ^1.18.0
- lints: ^2.1.1
- test: ^1.24.4
1.2.0 #
LetsEncrypt
:- Rename
isWellknownPath
to `isWellKnownPath```
- Rename
- sdk: '>=3.0.0 <4.0.0'
- shelf: ^1.4.1
- collection: ^1.17.1
- lints: ^2.1.0
- test: ^1.24.1
1.1.1 #
- Self check URL now handled by
shelf_letsencrypt
:- Using path:
/.well-known/check/
- Using path:
1.1.0 #
README.md
: fix Dart CI badge- Update Dart CI.
- Fix lints.
- path: ^1.8.3
- shelf: ^1.4.0
- acme_client: ^1.1.0
- basic_utils: ^3.9.4
- coverage: ^1.6.3
- collection: ^1.16.0
- lints: ^2.0.1
- test: ^1.23.1
- dependency_validator: ^3.2.2
1.0.1 #
- Added support for multiple domains certificates in the same HTTPS server.
- collection: ^1.15.0
1.0.0 #
- Initial version.