Commit graph

6 commits

Author SHA1 Message Date
Thomas Waldmann
93b247c483 misc. improvements to ACME servername:port code
changed ACME_SERVER to include the port. this is so the commandline options help will also display the port
and also to make it clear at the constant definition that giving a port is supported there.

improved docstrings
2015-01-23 13:56:57 +01:00
Thomas Waldmann
8070b78e3d talk to servers on non-standard https port (like -s acme.example.org:8443)
note:

I removed Network.server attribute, it was not used (only .server_url is used).

I also removed the sanity-check for the ACME server (so one can use server:port syntax, which was considered invalid).
I don't think this sanity-check is needed, because in the end, we can't fully check if it is correct anyway (you can always
give valid, but non-working server names or ports).
Also, many people will use the default ACME server, which is builtin and correct.
2015-01-23 04:57:47 +01:00
James Kasten
f28bc32129 Make requests certificate verification explicit 2015-01-18 00:14:29 -08:00
James Kasten
73ec1311c0 Initial challenge refactor/allow multiple names 2015-01-06 02:11:44 -08:00
Thomas Waldmann
3cc15ee909 fix typos, including a severe one
bugfix see configurator.py:233
2014-12-24 16:45:57 +01:00
James Kasten
bfa04c1942 Refactor for revocation 2014-12-21 03:37:29 -08:00