New cookbook: fb_nginx#71
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.
This will fail if the openssl CLI is missing (same as stunnel)
There was a problem hiding this comment.
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. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@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. |
|
@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 <phil@ipom.com>
|
@jaymzh has updated the pull request. You must reimport the pull request before landing. |
|
@dafyddcrosby has imported this pull request. If you are a Meta employee, you can view this in D19918173. |
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 phil@ipom.com