sewer
sewer copied to clipboard
Let's Encrypt(ACME) client. Python library & CLI app.
## What(What have you changed?) A new function has been added that waits for DNS propagation to be in sync with the AWS name servers before returning to check if...
## What - add `kid` as param to client constructor - split out creation of authorization challenges into its own method ## Why Currently users of sewer as an API...
Thank you for contributing to sewer. Every contribution to sewer is important to us. You may not know it, but you have just contributed to making the world a more...
## What(What have you changed?) windowsdnsserver driver implementation uses PowerShell DNSServer module for Let's Encrypt dns challenge. details about DNSServer module: https://docs.microsoft.com/en-us/powershell/module/dnsserver/?view=win10-ps The driver uses a wrapper python library, which...
## Which version of python are you using? Python 3.6.9 ## What operating system and version of operating system are you using? Ubuntu 18.04 ## What version of sewer are...
Thank you for contributing to sewer. Every contribution to sewer is important to us. You may not know it, but you have just contributed to making the world a more...
## Which version of python are you using? 3.8.3 ## What operating system and version of operating system are you using? Tested on Archlinux, Alpine and Debian Buster ## What...
## Which version of python are you using? 3.8 ## What operating system and version of operating system are you using? OSX latest / Win10 latest / Ubuntu 18.04 ##...
## What version of sewer are you using? 0.8.2 ## What is it that you would like to propose to add/remove/change? Add ability to supply a CSR as a parameter...
## What Handle case where identifier authorization response does not include challenge type in the providers `chal_types` ## Why The challenges list returned in the identifier auth response may not...