[check_cert|bcfg2] s/localhost/bcfg2.adm.crans.org

This commit is contained in:
Daniel STAN 2013-02-28 08:59:56 +01:00
parent 3d3aaa3afe
commit 04b24e1068

View file

@ -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)