config.example.yml in letsencrypt_webfaction-0.0.2 vs config.example.yml in letsencrypt_webfaction-1.0.0

- old
+ new

@@ -1,7 +1,9 @@ +# See config.defaults.yml for all available settings. + key_size: 4096 endpoint: 'https://acme-v01.api.letsencrypt.org/' -contact: 'me@example.com' +account_email: 'me@example.com' domains: - 'example.com' - 'www.example.com' # The webroot of the application. public: '/home/myuser/webapps/myapp/public_html'