I would expect the following:
 
openssl x509 -modulus -noout -in mycert.crt -out mymod.txt
 
to output the modulus to the specified "out" file just like all other x509 commands with -out specified.  It does not.  Anybody know how to get the modulus sent to a file?
 
openssl x509 -modulus -noout -in mycert.crt>mymod.txt  works but is no good from a shell command in a program.
 
Thanks,
Don.
 
 
 
Donald E. Bynum
Donald E. Bynum
Director, Architecture & Integration
[EMAIL PROTECTED]
 
Network Solutions                 office:   1-703-668-5616
13200 Woodland Park Drive   fax:      1-703-668-5899 
Herndon, VA 21071-3025        mobile: 1-301-367-2072

Reply via email to