Q1. How do I have openssl pick up the Country, Area, etc. details from a text file rather than from the console ? Eg, in the following:
  ./openssl req –new –x509 –days 365 –key rca.key –out rca.crt
 
Q2. How do I have openssl not request a passphrase while generating a key pair as in:
  ./openssl genrsa –des3 –out rca.key
 
Regards,
 
Sandipan

Reply via email to