Blame view

Makefile 154 Bytes
2201e360   Geoffrey PREUD'HOMME   Le login se fait ...
1
2
3
4
5
6
7
  config/ci_com_pub.pem: config/ci_com.pem
  	openssl rsa -pubout -in $< -out $@
  	chmod 777 $@
  
  config/ci_com.pem:
  	openssl genrsa -out $@ 1024
  	chmod 700 $@