[groups.xml, cron.d/check_cert] Plus de webmails sur owl
This commit is contained in:
parent
a702060df9
commit
aa9bee8e14
2 changed files with 6 additions and 3 deletions
|
@ -24,6 +24,9 @@ def check_cert(host='localhost', port=443, user="www-data", filename=None):
|
|||
if has('https-server') or has('https_cert'):
|
||||
check_cert('localhost', 443, 'www-data')
|
||||
|
||||
if has('imap-server'):
|
||||
check_cert('localhost', 993, 'www-data')
|
||||
|
||||
if has('bcfg2-server'):
|
||||
check_cert(metadata.hostname, 6789)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue