chef-cookbooks icon indicating copy to clipboard operation
chef-cookbooks copied to clipboard

[horizon]: Overriding apache SSL values doesn't behave as expected

Open aaronsegura opened this issue 10 years ago • 2 comments

When overriding the values for SSL certificate and key in the chef environment file, chef overwrites your intended cert/key with the default horizon example.controller.com key.

"horizon": { "ssl": { "chain": "<newIntermediaryfile>", "cert": "<newCertificateFile>", "key": "<newKeyFile>" } },

Expected behavior would be to configure apache to use the specified cert/key files already on the filesystem, not overwrite them.

aaronsegura avatar Mar 05 '14 15:03 aaronsegura

Gah! There are actual values in those fields, but they were filtered out because they were enclosed in > <

aaronsegura avatar Mar 05 '14 15:03 aaronsegura

See also: https://github.com/rcbops/chef-cookbooks/issues/841

claco avatar Mar 06 '14 15:03 claco