Fixed cert name sanitized
This commit is contained in:
parent
24c93968b3
commit
819e92dd36
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ define nginx::resource::vhost (
|
|||
}
|
||||
|
||||
#Generate ssl key/cert with provided file-locations
|
||||
$cert = regsubst($name,' ','_')
|
||||
$cert = regsubst($name,' ','_', 'G')
|
||||
|
||||
# Check if the file has been defined before creating the file to
|
||||
# avoid the error when using wildcard cert on the multiple vhosts
|
||||
|
|
Loading…
Reference in a new issue