]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/boot.d/19-httpcerts
HDDTemp nun fuer jede Platte und nicht nur die erste :D
[people/pmueller/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