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

if anvil can't read the already installed cert, it will always replace them #2

Open
dlangille opened this issue Jul 20, 2017 · 1 comment

Comments

@dlangille
Copy link
Owner

If /usr/local/etc/ssl is chmod 740 and chown root:wheel, anvil will not be able to read the certs. Therefore, the diff fails silently, and it always installs the certs.

proposed solution:

  • test that file is readable
  • if readable, proceed with diff
  • if not readable, log error
@dlangille
Copy link
Owner Author

CERT_DST is the variable in question.

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