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

Process x509 private keys and certificates as parameters #1

Open
2 tasks
luto opened this issue Feb 2, 2017 · 0 comments
Open
2 tasks

Process x509 private keys and certificates as parameters #1

luto opened this issue Feb 2, 2017 · 0 comments

Comments

@luto
Copy link
Member

luto commented Feb 2, 2017

Introduce two new parameter types x509certificate and x509key. Each should load a certificate- or key-file into memory for further processing. Make sure that the file is actually valid before passing it to ansible. Also conditionally validate the certificate against a given trust store. Pass the raw data encoded in PEM as well additional, parsed information like a list of domains the certificate is valid for or its expiry date.

Should be built upon the work already done in the x509-branch.

  • optionally validate the certificate against the system bundle or a given one
  • optionally check domain format using domain type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant