Can anyone help me following :
I am using openssl to generate req and sign the cert.
./CA -newreq
./CA -sign
in above script I must enter many input parameters , like PEM,CN,State,city,and Common name...
The problem was that I must generate many req and sign the certs .
I want to write a batch script to do the job more qucikly.
The input parameter I will store it in a file , just like:
IP:192.33.88.1 CN:item1
IP:192.33.88.2 CN:item2
IP:192.33.88.3 CN:item3
then read them in the script , and process the req generate and sign action.
May anyone give me some sample . Thanks a lot.
I am using openssl to generate req and sign the cert.
./CA -newreq
./CA -sign
in above script I must enter many input parameters , like PEM,CN,State,city,and Common name...
The problem was that I must generate many req and sign the certs .
I want to write a batch script to do the job more qucikly.
The input parameter I will store it in a file , just like:
IP:192.33.88.1 CN:item1
IP:192.33.88.2 CN:item2
IP:192.33.88.3 CN:item3
then read them in the script , and process the req generate and sign action.
May anyone give me some sample . Thanks a lot.