]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/boot.d/19-httpcerts
Ein NTFS-Update fuer den Heiner :D
[people/teissler/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