HI:

 I have some quetions about use OPENSSL

1- When i use OPENSSL with the comand :

 openssl req -new -newkey rsa:512 -keyout file.pem -out file.pem

 I want to put all the data that i have to enter to the comand in a file
  called data.. (i.e PEM password, and all the data of subject filed)

  -----begin file data -----
  test   (password to RSA pem file protecction)
  test   (password to RSA pem file protecction)
  CU                        (all data to subject name)
  Ciudad Habana
  Centro Habana
  Empresa 2
  103.0.12345.1234567890
  Empresa 2
  [EMAIL PROTECTED]
  test         (challenge password to revoke the digital certificate)
  ----- end file data----

  In the file data there isnt the word between ( )

  I test with the comand :
      openssl req -new -newkey rsa:512 -keyout file.pem -out file.pem < data
  but always openssl ask me the pem file's  password.

  How can i run openssl so that it dont ask me the RSA pem password?

  2- How can I put a field v3 extention to a certificate and the data to
this
  field ask in the proccess to generate the request?

  3- How can i setup the IIS 4 so that it check the certificate in the CRL
  issue by my CA?

 Any help will be welcome...

  Slds
  Raul Gutierrez


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to