A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
357 B

EXTRA_DIST = openssl.cnf taskrambler.conf.in mime.types
taskrambler.pem:
openssl req -new -nodes -out taskrambler.csr -config openssl.cnf
taskrambler.crt:
openssl req -new -x509 -key taskrambler.pem -out taskrambler.crt -config openssl.cnf
all-local: taskrambler.pem taskrambler.crt
clean-local:
rm -f taskrambler.csr taskrambler.pem taskrambler.crt