/usr/share/tripleo-image-elements/apache2/README.md is in python-tripleo-image-elements 0.7.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | Installs Apache2 from packages.
Will generate Snakeoil self signed ssl certs if the provided PEM file is
unable to pass basic validity check.
The Snakeoil SSL cert can be configured via Heat Metadata. For example:
apache2:
snakeoil_pem: ----- BEGIN PlaceHolder...
snakeoil_key: ----- BEGIN PlaceHolder...
Sample usage shown in nagios3 template at:
https://git.openstack.org/cgit/openstack/tripleo-heat-templates
|