This small Makefile is for creating and also renewing CSR. Although it's a Makefile, you can use it like a normal program.
After downloading SSLMake, change the rights so that it can be executed. Then call it and it will introduce itself:
chmod +x sslmake
./sslmake --howto
My goal was to provide a small script for the recurrent procedure of creating a CSR, requested by Olaf Pauli, FHK.
TODO: The next step is to implement the sending of the CSR to CA.
> Download sslmake <