http://www.openssl.org/docs/apps/rsautl.html
...
 The certificate public key can be extracted with: openssl x509 -in 
test/testx509.pem -pubout -noout >pubkey.pem
...

the same is in my rsautl man page on ubuntu 7.04 ("feisty")
with 0.9.8c-4build1

the correct syntax is not "-pubout" but "-pubkey", as "openssl x509 -help" 
will show you.

Regards, Andreas Jellinghaus

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to