Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3 - change file extension from .pem to .crt #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jantari
Copy link

@jantari jantari commented Nov 27, 2020

When specifying a certificate inline (with content) the file was saved as a .pem and subsequently not imported by /usr/sbin/update-ca-certificates.

I encountered this issue myself on 20.04.1 LTS (Focal Fossa).

This fixes that so all certificates are saved as a .crt now (fix #3)

When specifying a certificate inline (with `content`) the file was saved as a `.pem` and subsequently not imported by `/usr/sbin/update-ca-certificates`.
This fixes that so all certificates are saved as a `.crt` now (fix arillso#3)
@jantari
Copy link
Author

jantari commented Jan 17, 2022

@sbaerlocher Is this role even still maintained?

It would be nice if this PR could be closed, merged or the README of the repository updated with a warning that it is abandoned if that is the case. Issue #3 still remains unfixed and this is only a tiny hange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificate content (Linux) not copied to *.crt but to *.pem. Thus, content is not imported.
1 participant