acme-tiny
acme-tiny copied to clipboard
Decode the stderr output to make the output cleaner.
Changing
OSError: OpenSSL Error
b'Test failing command.\n'
into a cleaner
OSError: OpenSSL Error
Test failing command.
when the failing command outputs something on its standard error output.