]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/boot.d/19-httpcerts
Ein NTFS-Update fuer den Heiner :D
[people/teissler/ipfire-2.x.git] / src / boot.d / 19-httpcerts
1 #!/bin/sh
2 # https certificate
3 if [ -f /etc/httpd/server.key -a -f /etc/httpd/server.crt -a -f /etc/httpd/server.csr ]; then
4 /usr/local/bin/httpscert read
5 else
6 /usr/local/bin/httpscert new
7 fi