Enhancement #1719
Httpd: add support for SSLCertificateChainFile
| Status: | CLOSED | Start date: | 03/04/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 03/05/2013 | |
| Assignee: | - | % Done: | 100% | |
| Category: | nethserver-httpd | |||
| Target version: | v6.4-alpha2 | |||
| Resolution: | REJECTED | NEEDINFO: |
Description
Add a property CertificateChainFile into httpd-admin key.
Use the property to generate a fragment like this:
{
my $chain_file = $modSSL{CertificateChainFile}
or return "# modSSL{CertificateChainFile} not set";
$OUT = "SSLCertificateChainFile $chain_file";
}
History
#1
Updated by Giacomo Sanchietti over 8 years ago
- Status changed from NEW to 6
Httpd already has SSLCertificateChainFile support.
#2
Updated by Davide Principi over 8 years ago
- Assignee set to Giacomo Sanchietti