apache: Add support for HTTP Strict Transport Security
This commit is contained in:
parent
a3b970ab8e
commit
e6d7688bdc
4 changed files with 20 additions and 3 deletions
|
@ -225,7 +225,7 @@ class apache::redhat::sslserver {
|
|||
}
|
||||
|
||||
|
||||
define apache::redhat::sslsite($first, $ipaddr, $root,
|
||||
define apache::redhat::sslsite($first, $hsts, $ipaddr, $root,
|
||||
$ssl_cert, $ssl_key, $ssl_chain) {
|
||||
|
||||
if $name == "default" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue