letsencrypt.sh (0.2.0-1) unstable; urgency=medium

  The configuration options PRIVATE_KEY and PRIVATE_KEY_JSON have been
  renamed to ACCOUNT_KEY and ACCOUNT_KEY_JSON to avoid confusion with
  the generic term "private key" which is already overloaded.
  During upgrade from older versions it is checked whether those
  old configurations options are used and an extra configuration file
  /etc/letsencrypt.sh/conf.d/zzz_debian_old_private_key_configuration_in_use.sh
  is automatically added to translate them to their new counterparts if
  needed.

  The default location for a domain.txt has been changed in Debian
  from: ${BASEDIR}/domains.txt
  to:   /etc/letsencrypt.sh/domains.txt
  By default in Debian ${BASEDIR} is set to /var/lib/letsencrypt.sh.
  During upgrade from older versions it is checked whether a
  ${BASEDIR}/domains.txt is present and an extra configuration file
  /etc/letsencrypt.sh/conf.d/000_debian_old_domains_txt_location.sh
  is automatically added to support the previously used domain.txt file if
  needed.

  Nevertheless we strongly suggest you to adapt your setup to the newer
  defaults and remove the automatically generated configuration files.

 -- Daniel Beyer <dabe@deb.ymc.ch>  Mon, 13 Jun 2016 09:35:39 +0200
