-
Notifications
You must be signed in to change notification settings - Fork 23
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
Merge m0dular/ca_extend into support_tasks #39
Conversation
|
There are some linting issues that travis caught. |
|
Can't believe I was caught not quoting a variable. The shame! Everything is an easy fix, but I don't think we can avoid the warning about |
|
@m0dular One thing that would be nice to have is a task to validate and check certificate expiration. I came up with a task that does this and you should feel free to drop it in if it seems ok. I can also submit a separate PR if that's easier. https://github.com/suckatrash/control-repo/blob/production/site/test/tasks/check_cert_expiry.sh |
|
@suckatrash Great idea, thanks. I'll take your script and adapt it to work with my |
|
@m0dular Did you get a chance to fix the shellcheck errors? |
|
@jarretlavallee Sorry, not yet. I was working on the tasks to check the expiration date of the CA cert and agent certs. I think I'm finished with that, so I'll add that, squash these commits, and make sure the linting is clean. |
00fa453
to
1267af1
Compare
|
@suckatrash Created these tasks based on your suggestion and included them in this PR. |
Also fix unnecessary dependency in configure_master.json
No description provided.