All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The order of working with the module has been changed: now we first create an
object using the module (function
new
), and then the object creates a certificate (methodgetCert
). - Added generate CSR inside the module. External CSR-file is no longer required.
- Added method for getting certificate expiration date
The first version has been implemented. Version restrictions:
- Used ACME version 2 (version 1 - not realized)
- Prepared CSR-file required
- Requires program
openssl
- Requires writing temporary files to a pre-specified folder