]> git.ipfire.org Git - ipfire-2.x.git/blame - src/boot.d/19-httpcerts
HinzugefĆ¼gt:
[ipfire-2.x.git] / src / boot.d / 19-httpcerts
CommitLineData
f8ae001e
MT
1#!/bin/sh
2# https certificate
3if [ -f /etc/httpd/server.key -a -f /etc/httpd/server.crt -a -f /etc/httpd/server.csr ]; then
4 /usr/local/bin/httpscert read
5else
6 /usr/local/bin/httpscert new
7fi