Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 9d2a359)
  • Loading branch information
drybjed committed Mar 15, 2023
1 parent 7b4de22 commit 3c885f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ General
Ansible requires use of FQCNs in filters. The ``ansible.utils`` Ansible
Collection is now a dependency of the DebOps Collection.

:ref:`debops.pki` role
''''''''''''''''''''''

- Use :command:`openssl x509 -inform PEM` command to explicitly check for
a PEM-formatted X.509 certificate file because the old :command:`openssl x509
-in` option was changed to work with both DER and PEM files. This should fix
an issue with Let's Encrypt certificate chains containing a DER-formatted
certificate inside of them.

Users will need to remove existing PKI realms which use ACME/Let's Encrypt CA
for the :command:`pki-realm` script to rebuild the certificate chain
correctly. After that re-run the :ref:`debops.pki` role on the host to
re-create che realms.

:ref:`debops.preseed` role
''''''''''''''''''''''''''

Expand Down

0 comments on commit 3c885f1

Please sign in to comment.