# cd /etc/httpd/conf

# make server.key

umask 77 ; \

/usr/bin/openssi genrsa -des3 1024 > server.key
Generating RSA private key, 1024 bit long modulus
(   RSA  1024 )
...................................++++++

.......++++++

e is 65537 (010001)

Enter pass phrase:                         (  )

Verifying - Enter pass phrase:            ( -   )

    server, key,    ;

      .   server. key  .

   .     
  ;       ,  -
     .

# make server.crt

umask 77 ; \

/usr/bin/openssi req -new -key server.key -x509 -days 365 -out server.crt

Enter pass phrase for server.key:

1'    server, key)

You are about to be asked to enter information that will be incorporated
into your certificate request.

(     ,     
 .)

What you are about to enter is what is called a Distinguished Name or a DN.
(To,   ,     DN.)
There are quite a few fields but you can leave some blank
(    ,     )
For some fields there will be a default value,
(      .)
If you enter '.', the field will be left blank.
(  '. '   .)

Country Name (2 letter code) [GB]:US

(  (2- ))

State or Province Name (full name) [Berkshire]:California

(    ())
Locality Name (eg, city) [Newbury]:San Francisco

(   (, ))
Organization Name (eg, company) [My Company Ltd]:Sobell Associates Inc.

(  (, ))
Organizational Unit Name (eg, section) []:Executive

(   (, ))

Common Name (eg, your name or your server's hostname) []:www.sobell.com

(  (,      ))
Email Address []:mgs@sobell.com

(  )

 26.  Web- Apache (httpd)                                  815