-
Notifications
You must be signed in to change notification settings - Fork 127
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
just some ideas for fixes / conveniences #79
base: master
Are you sure you want to change the base?
Commits on Aug 1, 2016
-
Something to make a certificate request, without manually writing the…
… configuration file boilerplate around the prefixes
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 7c87e9e - Browse repository at this point
Copy the full SHA 7c87e9eView commit details -
make certificates/keys/etc as needed by what they depend on
Doing this with a Makefile won't work good, because it won't delete target files ONLY on error, while leaving them alone if they're intermediate.
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 2bd2eaf - Browse repository at this point
Copy the full SHA 2bd2eafView commit details -
clean up a bit, sign_csr.py to python 3
I keep telling myself I'll go back to python 2 because at least the shoddy syntax doesn't have a lot of retarded boilerplate for encoding/decoding strings. But I just can't give up that unicode support, even if it is (more) shoddy syntax.
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 99b08bd - Browse repository at this point
Copy the full SHA 99b08bdView commit details -
accounting for python 3 suckage
Yeah, maybe I should just go back to python 2. Everything's a bytestring, it's all in utf-8, and urllib is eternally stuck in version 2.
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for a9f551e - Browse repository at this point
Copy the full SHA a9f551eView commit details -
"{0}/directory".format(CA)? really? Just concatenate...
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 8e1506c - Browse repository at this point
Copy the full SHA 8e1506cView commit details -
execute the commands instead of begging the user to do it
It should be relatively easy to offer the option to execute the commands, instead of begging the user to do it. I for one generate my private keys with the same account that deals with letsencrypt.org, which technically doesn't protect private keys with unix file permissons, but it's convenient at least. It's nicer anyway, to have a standard syntax for lists of commands anyway, instead of just sticking them in the string and trying to figure out which argument {4} corresponds to.
user committedAug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 9af15a8 - Browse repository at this point
Copy the full SHA 9af15a8View commit details -
user committed
Aug 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 624f9df - Browse repository at this point
Copy the full SHA 624f9dfView commit details
Commits on Sep 2, 2016
-
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 526f2ac - Browse repository at this point
Copy the full SHA 526f2acView commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for c663c75 - Browse repository at this point
Copy the full SHA c663c75View commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 5354724 - Browse repository at this point
Copy the full SHA 5354724View commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for a63e49a - Browse repository at this point
Copy the full SHA a63e49aView commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for ccec00f - Browse repository at this point
Copy the full SHA ccec00fView commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 46dc666 - Browse repository at this point
Copy the full SHA 46dc666View commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 7c05496 - Browse repository at this point
Copy the full SHA 7c05496View commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for ead5f01 - Browse repository at this point
Copy the full SHA ead5f01View commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 3cf398b - Browse repository at this point
Copy the full SHA 3cf398bView commit details -
user committed
Sep 2, 2016 Configuration menu - View commit details
-
Copy full SHA for de4f739 - Browse repository at this point
Copy the full SHA de4f739View commit details