Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

letsencrypt: suppress extra output in certificates #723

Merged

Conversation

swalkinshaw
Copy link
Member

Adds --quiet option for acme-tiny to get rid of unwanted logging output from appearing in certificates.

Example:

Parsing account key...
Parsing CSR...
Registering account...
Registered!
Verifying example.com...
example.com verified!
Signing certificate...
Certificate signed!

Adds `--quiet` option for acme-tiny to get rid of unwanted logging
output from appearing in certificates.

Example:

```
Parsing account key...
Parsing CSR...
Registering account...
Registered!
Verifying example.com...
example.com verified!
Signing certificate...
Certificate signed!
```
@swalkinshaw swalkinshaw force-pushed the letsencrypt-add-quiet-option-to-suppress-extra-output branch from 80109da to bf8d51e Compare December 30, 2016 04:44
@swalkinshaw swalkinshaw merged commit eb7a068 into master Dec 30, 2016
@swalkinshaw swalkinshaw deleted the letsencrypt-add-quiet-option-to-suppress-extra-output branch December 30, 2016 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant