neurobin / gencsr

Simple CSR generator
https://neurobin.org/projects/softwares/unix/gencsr/
Other
10 stars 5 forks source link

Add new flag for redhat based #2

Closed kadzu closed 7 years ago

kadzu commented 7 years ago

I added a new flag "-r/--redhat" for openssl config path

neurobin commented 7 years ago

Your implementation was wrong actually, you used a shift for this option which is incorrect. Shift is used when $2 is taken along with $1.

I have removed the -r/--redhat option and added redhat compatibility without using any separate options.

Optionally, for other systems if openssl config file is not found, the path can be given with -oc option.

kadzu commented 7 years ago

neurobin, you have all the reason!, It was my mistake! Thanks a lot! Regards!