summaryrefslogtreecommitdiff
path: root/changelogs/fragments/42170-acme-backend-selection.yaml
blob: 26109d58c97d5670eaf689086c45a3d860b71a23 (plain)
1
2
3
4
5
6
7
8
---
minor_changes:
- "The acme_account and acme_certificate modules now support two backends:
   the Python cryptograpy module or the OpenSSL binary. By default, the
   modules detect if a new enough cryptography module is available and
   use it, with the OpenSSL binary being a fallback. If the detection
   fails for some reason, the OpenSSL binary backend can be explicitly
   selected by setting select_crypto_backend to openssl."