make sure all files exist before making server.pem
This commit is contained in:
parent
b97cfc0f86
commit
46878e1090
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class md_signer($dest_host="localhost",$dest_dir="") {
|
|||
}
|
||||
}
|
||||
|
||||
class md_publisher(Array $allow_clients = ['any'], String $keyname = undef, String $dir = "/var/www/html") {
|
||||
class md_publisher(Array $allow_clients = ['any'], $keyname = undef, String $dir = "/var/www/html") {
|
||||
$_keyname = $keyname ? {
|
||||
undef => $::fqdn,
|
||||
default => $keyname
|
||||
|
|
Loading…
Add table
Reference in a new issue