i m running the openssl 3 commands :

 

openssl genrsa -out "C:\Documents and
Settings\bon\Desktop\openssl\test1\temp-key.pem" 1024

 

openssl rsa -passin pass:123 -in "C:\Documents and
Settings\bon\Desktop\openssl\test1\temp-key.pem" -out " C:\Documents and
Settings\bon\Desktop\openssl\test1\server-key.pem"

 

openssl req -passin pass:123 -batch -new -x509 -config " C:\Documents
and Settings\bon\Desktop\openssl\openssl.cnf" -days 1825 -key
"C:\Documents and Settings\bon\Desktop\openssl\test1\server-key.pem"
-out "C:\Documents and Settings\bon\Desktop\openssl\
test1\server-cert.pem"

 

and I would like to know 2 things :

 

1.      how can I create the.rnd file at temp folder and not under C:\
2.      how can I change the value of : commonName_default   =
local_machine_name whice is located at : [ req_distinguished_name ]

to hold the computer name .

 

 

 

Thanks in advance

Ohad

**********************************************************************************************

The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager orĀ  
the 
sender immediately and do not disclose the contents to anyone or make copies.
** eSafe scanned this email for viruses, vandals and malicious content **

**********************************************************************************************
  • hello Ohad Avraham

Reply via email to