10
In my work I use the command line, and wanted to improve the work in my company. To do this, I thought of creating a program in C# for people who do not know how to work with command line.
I thought I’d put a button to open a file CNF, and with another button (embeds the command), and saved in file CSR desktop.
That is, the button would open the command line and put the following formula:
cd desktop
openssl -req -new -config cert.cnf -out "cert.csr" out.
That is, the file Myfile.csr will be on the desktop, and through the command line, will modify to Myfile.cnf.
Suggestions?
Is this necessary? . Net has a complete infrastructure that even exceeds what Openssl does in a well-integrated way with the entire ecosystem.
– Maniero
Sorry if I’m too dumb, but I can’t understand how this can help someone to work with Openssl.
– Victor Stafusa
Could you explain exactly what process flow your tool should have? I feel something is missing.
– Leonel Sanches da Silva
@Victorstafusa in my workplace, there are women who do not know how to use Openssl. What I wanted to do was this: A Windows Forms, with 2 buttons. The first serves to fetch the file "csr" and the second button is to save the file in "cnf". But for that, Openssl would have to be running, without people noticing, understood?
– Don Vito
@mustache some help?
– Don Vito
What is your question/problem anyway? What did you try?
– Vinícius Gobbo A. de Oliveira