blob: ea7eb3c9dc133b7f6cdd2e4ac7470af85cab35fb (
plain)
1
2
3
4
5
6
|
all:
echo "Nothing to compile, please run make install"
install:
mkdir -p /etc/fake_ilo/
openssl req -x509 -newkey rsa:2048 -keyout /etc/fake_ilo/server.key -out /etc/fake_ilo/server.crt -nodes -days 9999 -subj "/C=MD/ST=Chisinau/L=Chisinau/O=IT/CN=www.example.com"
cp ilo.py /usr/local/bin/
|