openssh_cert - cleanup and diff support (#255)

* Initial commit

* Fixing units

* Adding changelog fragment

* Enhanced encapsulation of certificate data

* Avoiding failure when path is not parseable

* Diff refactor

* Applying initial review suggestions
This commit is contained in:
Ajpantuso
2021-07-16 13:00:22 -04:00
committed by GitHub
parent f3c6c1172e
commit 4908f1a8ec
9 changed files with 1030 additions and 863 deletions

View File

@@ -0,0 +1,6 @@
---
minor_changes:
- openssh_cert - adding ``diff`` support (https://github.com/ansible-collections/community.crypto/pull/255).
bugfixes:
- openssh_cert - fixed certificate generation to restore original certificate if an error is encountered
(https://github.com/ansible-collections/community.crypto/pull/255).