mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
add pull request number to CHANGELOG
This commit is contained in:
parent
4c2d33491d
commit
b2d571de6b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option.
|
||||
* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option. (#40)
|
||||
Certificates are now stored in a special directory. To migrate to this version, the keys should be stored in the `.certificates` directory (or any other directory you specify).
|
||||
This enables us to use multiple certificates for multiple domains.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue