All Versions
53
Latest Version
Avg Release Cycle
48 days
Latest Release
875 days ago

Changelog History
Page 6

  • v0.2.0 Changes

    January 09, 2016

    โž• Added:

    • CLI: The --exclude or -x switch. To exclude a challenge from being solved.
    • ๐Ÿ‘ CLI: The --http switch. To set the listen address and port of HTTP based challenges. Supports host:port and :port for any interface.
    • ๐Ÿ‘ CLI: The --tls switch. To set the listen address and port of TLS based challenges. Supports host:port and :port for any interface.
    • CLI: The --reuse-key switch for the renew operation. This lets you reuse an existing private key for renewals.
    • lib: ExcludeChallenges function. Pass an array of challenge identifiers to exclude them from solving.
    • lib: SetHTTPAddress function. Pass a port to set the listen port for HTTP based challenges.
    • lib: SetTLSAddress function. Pass a port to set the listen port of TLS based challenges.
    • lib: acme.UserAgent variable. Use this to customize the user agent on all requests sent by lego.

    ๐Ÿ”„ Changed:

    • lib: NewClient does no longer accept the optPort parameter
    • lib: ObtainCertificate now returns a SAN certificate if you pass more then one domain.
    • ๐Ÿ“œ lib: GetOCSPForCert now returns the parsed OCSP response instead of just the status.
    • lib: ObtainCertificate has a new parameter privKey crypto.PrivateKey which lets you reuse an existing private key for new certificates.
    • lib: RenewCertificate now expects the PrivateKey property of the CertificateResource to be set only if you want to reuse the key.

    โœ‚ Removed:

    • ๐Ÿšš CLI: The --port switch was removed.
    • lib: RenewCertificate does no longer offer to also revoke your old certificate.

    ๐Ÿ›  Fixed:

    • CLI: Fix logic using the --days parameter for renew
  • v0.1.1 Changes

    December 18, 2015

    โž• Added:

    • ๐Ÿ‘ท CLI: Added a way to automate renewal through a cronjob using the --days parameter to renew

    ๐Ÿ”„ Changed:

    • ๐ŸŒฒ lib: Improved log output on challenge failures.

    ๐Ÿ›  Fixed:

    • CLI: The short parameter for domains would not get accepted
    • CLI: The cli did not return proper exit codes on error library errors.
    • lib: RenewCertificate did not properly renew SAN certificates.

    ๐Ÿ”’ Security

    • lib: Fix possible DOS on GetOCSPForCert
  • v0.1.0 Changes

    December 03, 2015
    • ๐ŸŽ‰ Initial release