debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

Assert that required dependencies are met. #61

Closed ypid closed 8 years ago

ypid commented 8 years ago

Closes #52.

@drybjed Is there a required version for gnutls as well?

drybjed commented 8 years ago

@ypid I don't think that any specific version of GnuTLS is needed, just that it can be used. OpenSSL is used by default on Ansible Controller due to better support for local Certificate Authority.

This PR might conflict with the previous one in the CHANGES.rst file, I'll re-run the test after merging the other one.

drybjed commented 8 years ago

@ypid I was right, you need to rebase this PR.

ypid commented 8 years ago

Rebased and passing again.