-
Notifications
You must be signed in to change notification settings - Fork 141
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
New cookbook: fb_nginx #71
base: main
Are you sure you want to change the base?
Conversation
end | ||
|
||
execute "create key/cert for #{site}" do | ||
command 'openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 ' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will fail if the openssl CLI is missing (same as stunnel)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm adding an error but not breaking the run (the run will break when the service can't start). I'm not sure which is better....
rebased and addressed review comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gbatye has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
rebased and add the last month or so of fixes. |
@jaymzh has updated the pull request. Re-import the pull request |
@jaymzh has updated the pull request. Re-import the pull request |
@jaymzh has updated the pull request. Re-import the pull request |
@jaymzh has updated the pull request. You must reimport the pull request before landing. |
@jaymzh has updated the pull request. You must reimport the pull request before landing. |
@jaymzh has updated the pull request. You must reimport the pull request before landing. |
This cookbook manages Nginx using the FB attribute-driven model. It is heavily based off of `fb_apache`, with a few extra nicities thrown in. NOTE: Needs some testing on a RH-like OS before merging. Signed-off-by: Phil Dibowitz <[email protected]>
@jaymzh has updated the pull request. You must reimport the pull request before landing. |
This cookbook manages Nginx using the FB attribute-driven model. It is
heavily based off of
fb_apache
, with a few extra nicities thrown in.NOTE: Needs some testing on a RH-like OS before merging.
Signed-off-by: Phil Dibowitz [email protected]