Skip to content

Commit

Permalink
Merge pull request #723 from roots/letsencrypt-add-quiet-option-to-su…
Browse files Browse the repository at this point in the history
…ppress-extra-output

letsencrypt: suppress extra output in certificates
  • Loading branch information
swalkinshaw authored Dec 30, 2016
2 parents 298519e + bf8d51e commit eb7a068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### HEAD
* Suppress extra output in SSL certificates ([#723](https://github.com/roots/trellis/pull/723))
* Fix #718 - improve method of updating theme paths ([#720](https://github.com/roots/trellis/pull/720))
* Create `/home/vagrant/trellis` bindfs mount with proper permissions ([#705](https://github.com/roots/trellis/pull/705))

Expand Down
1 change: 1 addition & 0 deletions roles/letsencrypt/templates/renew-certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
print 'Generating certificate for ' + site

cmd = ('/usr/bin/env python {{ acme_tiny_software_directory }}/acme_tiny.py '
'--quiet '
'--ca {{ letsencrypt_ca }} '
'--account-key {{ letsencrypt_account_key }} '
'--csr {{ acme_tiny_data_directory }}/csrs/{0}.csr '
Expand Down

0 comments on commit eb7a068

Please sign in to comment.