3a2ef75717b60723a869ded880e17d81f75b5ac6
wiki/ssl-support.md
| ... | ... | @@ -70,6 +70,6 @@ Amazon EC2 supports uploading the private and public key as well as the certific |
| 70 | 70 | |
| 71 | 71 | I've uploaded the *.sapsailing.com certificate today (2016-03-06) and named it `sapsailing.com`. |
| 72 | 72 | |
| 73 | -When you add listeners, make sure they also have the certificate for *.sapsailing.com installed. Choose the `*-SSL` macro variants in your `/etc/httpd/conf.d/001-events.conf` configuration file (which is now the default being generated by the startup script in /etc/init.d/sailing). |
|
| 73 | +When you add listeners, make sure they also have the certificate for *.sapsailing.com installed. Choose the `*-SSL` macro variants in your `/etc/httpd/conf.d/001-events.conf` configuration file (which is now the default being generated by the startup script in `/etc/init.d/sailing`). |
|
| 74 | 74 | |
| 75 | -If your ELB uses a health check based on HTTP or HTTPS against `/index.html`, make sure that your instance responds to that, given an internal IP as the server name. This will usually require that your `001-events.conf` configuration file has as its first record an entry that does _not_ use the ELB DNS name as its server name. For example, you may add a `Use Plain-SSL` entry as the first entry with the hosts internal IP address as the host name. |
|
| ... | ... | \ No newline at end of file |
| 0 | +If your ELB uses a health check based on HTTP or HTTPS against `/index.html`, make sure that your instance responds to that, given an internal IP as the server name. This will usually require that your `001-events.conf` configuration file has as its first record an entry that does _not_ use the ELB DNS name as its server name. For example, you may add a `Use Plain-SSL` entry as the first entry with the hosts internal IP address as the host name. This entry should by default be generated into the `001-events.conf` file by the startup script in `/etc/init.d/sailing`, too. |
|
| ... | ... | \ No newline at end of file |