mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Porting guide (#67)
* Add changelog fragments for community.crypto related things from ansible/ansible's 2.10 porting guide. * Update gitignore.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
deprecated_features:
|
||||
- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated."
|
||||
- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated. The value 1 denotes the current only standardized CSR version."
|
||||
bugfixes:
|
||||
- "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend."
|
||||
|
||||
2
changelogs/fragments/letsencrypt.yml
Normal file
2
changelogs/fragments/letsencrypt.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
removed_features:
|
||||
- "The ``letsencrypt`` module has been removed. Use ``acme_certificate`` instead."
|
||||
Reference in New Issue
Block a user