[check_cert|bcfg2] s/localhost/bcfg2.adm.crans.org
This commit is contained in:
parent
3d3aaa3afe
commit
04b24e1068
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if has('https-server') or has('https_cert'):
|
|||
check_cert('localhost', 443, 'www-data')
|
||||
|
||||
if has('bcfg2-server'):
|
||||
check_cert('localhost', 6789)
|
||||
check_cert(metadata.hostname, 6789)
|
||||
|
||||
if has('asterisk'):
|
||||
check_cert('localhost', 5061)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue