Re: x509 -modulus output to a file

2006-05-12 Thread Marek Marcola
Hello, > > > 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 myc

x509 -modulus output to a file

2006-05-11 Thread Bynum, Don
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 -noo