Added nearly all ACM method implementations
Added cryptography>=2.0.0 to install deps Created base backend and certificate objects Implemented most of the methods Added pregenerated certs
This commit is contained in:
parent
9e19243310
commit
283b67cb9b
15 changed files with 639 additions and 12 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ install_requires = [
|
|||
"boto>=2.36.0",
|
||||
"boto3>=1.2.1",
|
||||
"cookies",
|
||||
"cryptography>=2.0.0",
|
||||
"requests>=2.5",
|
||||
"xmltodict",
|
||||
"dicttoxml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue