ensure ufw opens 443
This commit is contained in:
parent
0ec7b78db8
commit
3ab1cb188d
1 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
|
|||
"SPRING_DATASOURCE_PASSWORD=$spring_datasource_password"],
|
||||
extra_parameters => ["--log-driver=syslog"]
|
||||
}
|
||||
ensure_resource('class','https_server',{})
|
||||
}
|
||||
|
||||
class eidas_de_middleware($version="106-rs",$hostname='localhost') {
|
||||
|
@ -365,6 +366,7 @@ class eidas_de_middleware($version="106-rs",$hostname='localhost') {
|
|||
"MIDDLEWARE_SIGN_PIN=$middleware_sign_pin"],
|
||||
extra_parameters => ["--log-driver=syslog"]
|
||||
}
|
||||
ensure_resource('class','https_server',{})
|
||||
}
|
||||
|
||||
class eidas_sp($version="1.0.0",$hostname='localhost',$environment='qa') {
|
||||
|
|
Loading…
Add table
Reference in a new issue