On Sun, 16 Mar 2014 15:56:34 +0000 "Aya Montasser" wrote:
>Please I want to get self-signed certificate with signature 
>algorithm and signature hash algorithm with sha256 but I can't
>find appropriate commands 
>
>To do it , it is always sha1
>Also I use the command below
>
>x509 -req -in server.csr -signkey server.key -out server.crt

Hello.

Sign with -sha256:

openssl x509 -req -sha256 -in server.csr -signkey server.key -out 
server.crt

--mancha

PS openssl-users is probably better suited for this type of
question. This list is primarily concerned with development.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to