forked from Lainports/freebsd-ports
In short: getting and installing SSL/TLS certificates made easy. The Let's Encrypt Client is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let's Encrypt CA which will be issuing browser-trusted certificates for free. It's all automated: The tool will prove domain control to the CA and submit a CSR (Certificate Signing Request). If domain control has been proven, a certificate will get issued and the tool will automatically install it. WWW: https://github.com/letsencrypt/letsencrypt PR: 203405
11 lines
335 B
Python
11 lines
335 B
Python
--- setup.py.orig 2015-11-04 07:35:05 UTC
|
|
+++ setup.py
|
|
@@ -118,8 +118,6 @@ setup(
|
|
'docs': docs_extras,
|
|
'testing': testing_extras,
|
|
},
|
|
-
|
|
- tests_require=install_requires,
|
|
# to test all packages run "python setup.py test -s
|
|
# {acme,letsencrypt_apache,letsencrypt_nginx}"
|
|
test_suite='letsencrypt',
|