Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 3.75 KB

Change Log

  • New --sub-directory option to use that instead of first domain name
  • Solves issue #10 -- certificate_exists_and_valid_and_all_domains_included? returns true when cert is expired
  • Certificate creation checks if existing certificate includes all requested domains. If at least one is missing, a new cert will be requested
  • Added Ruby 2.3.0 and Ruby head to the build matrix

Full Changelog

Full Changelog

Closed issues:

  • cf1e0d9 Exit code 2, if certificate is still valid

Merged pull requests:

  • Apply strict permissions on private key #4 (zygiss)
  • Fix typo in README #2 (kenrick)

v0.1.4 (2015-12-08)

  • require higher acme-client version, that generated correct fullchain certs. fullchain.pem is chain.pem + cert.pem, should be cert.pem + chain.pem #1

Full Changelog

v0.1.3 (2015-12-06)

  • Fixed registration
  • Added various specs

Full Changelog

v0.1.2 (2015-12-05)

  • Added manage command
  • Improved nginx doc + Ruby installation

Full Changelog

v0.1.1 (2015-12-05)

Full Changelog

  • b654469 new command: check PATH_TO_CERT

v0.1.0 (2015-12-05)

  • released first public version
  • added --version flag
  • added explicit production server

Full Changelog

v0.1.0.beta1 (2015-12-05)

Full Changelog

v0.1.0.pre (2015-12-05)

* This Change Log was (partially) automatically generated by github_changelog_generator