artefactual-labs / ansible-acmetool

An Ansible role for installing the acmetool Let's Encrypt client
GNU Affero General Public License v3.0
5 stars 4 forks source link

Add latest letsencrypt agreement to response file #4

Closed jamesbraid closed 8 years ago

jamesbraid commented 8 years ago

Let's Encrypt updated their agreement - this adds the new agreement to the response file so things work without manual intervention to accept the new agreement.

hakamine commented 8 years ago

Thank you for the PR! A question: shouldn't the "acme-agreement:" line replace the one referring to the old agreement, instead of having both?

hakamine commented 8 years ago

including this fix in #6

jamesbraid commented 8 years ago

Sorry, for some reason I didn't get a notification from github about your message. I wasn't sure whether acmetool expected all the agreements or if the latest ones would supersede previous ones. Thanks for updating the template!