install.sh: create a www_fullchain.pem file
commit03799b8360ff75ae96c3e38e523e0fe8f3150f36
authorKyle J. McKay <mackyle@gmail.com>
Sun, 29 Nov 2020 11:14:45 +0000 (29 04:14 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 29 Nov 2020 11:14:45 +0000 (29 04:14 -0700)
tree41c4dd01b06156188b4ce5b8001b61aca1eb5855
parent9b5b93c8a8f8c08f6e149c215963f7a483ba6a97
install.sh: create a www_fullchain.pem file

Apache has a "unique" configuration setup where the server's leaf
certificate is configured by the `SSLCertificateFile` directive
but the rest of the server's certificate chain is set using the
`SSLCertificateChainFile` directive.

Other server software just has a single directive that specifies
a file that starts with the server's leaf and may also contain
the rest of the certificate chain in order in that same file.

Create a ..._www_fullchain.pem file that contains this full
certificate chain during installation in case it might be needed
by non-Apache server software.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh