manuale
manuale copied to clipboard
Python 3.5 deprication notice
# manuale/crypto.py:80: CryptographyDeprecationWarning: signer and verifier have been deprecated.
# Please use sign and verify instead.
signer = key.signer(padding.PKCS1v15(), hashes.SHA256())
@veeti Is it simply changing the name of functions?
@veeti What if I send a PR with function name change only? Could you release it?
Sure, but as ACMEv1 is being deprecated you are better off moving to a maintained client.
Thank you.
So this client is depreciated also?
Started to work on automatoes as this client is not supported anymore.