The PID file is now always written whether or not ACMEd is running in
the foreground. Previously, it was written only when running in the
background.
Fix#7
@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Added
- Wildcard certificates are now supported. In the file name, the `*` is replaced by `_`.
- Wildcard certificates are now supported. In the file name, the `*` is replaced by `_`.
### Changed
- The PID file is now always written whether or not ACMEd is running in the foreground. Previously, it was written only when running in the background.
### Fixed
### Fixed
- In the directory, the `externalAccountRequired` field is now a boolean instead of a string.
- In the directory, the `externalAccountRequired` field is now a boolean instead of a string.