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

Make submit-cert.py run properly on linux, compatible to Python 3, use HTTPS and add more CT logs #2

Merged
merged 5 commits into from
Apr 18, 2016

Conversation

hardfalcon
Copy link

@hardfalcon hardfalcon commented Apr 16, 2016

The title says it all, all changes only apply for submit-cert.py:

  • Fix the script's shebang by replacing all CRLF newlines with standard UNIX newlines.
  • Make the script compatible with Python 3 by adding parentheses to all print calls.
  • Improve error and exception handling by giving the user more information.
  • Fix communication problems with most of the non-Google log servers by switching over all HTTP requests to HTTPS. This also fixes issue Use https to submit #1.
  • Beautify, reorder and extend the list of log servers by basically just copying the table from https://crt.sh/?a=1

@tomrittervg tomrittervg merged commit 3e775d8 into tomrittervg:master Apr 18, 2016
@tomrittervg
Copy link
Owner

Thanks!

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.

2 participants