On Wed, Apr 12, 2000, [EMAIL PROTECTED] wrote:

> How can I generate (make certificate) a RSA and a DSA dummy Certificate and
> configure them in parallel?
> I have no opportunity to define a different Certificate name.

$ [...]
$ ./configure --prefix=<prefix> ...
$ [...]
$ make
$ make certificate ALGO=RSA
$ make install
$ make certificate ALGO=DSA
$ cp conf/ssl.crt/server.crt <prefix>/conf/ssl.crt/server-dsa.crt
$ cp conf/ssl.key/server.key <prefix>/conf/ssl.key/server-dsa.key

Then look at the installed <prefix>/conf/httpd.conf file. There is
already an entry for an additional DSA based cert/key pair. Just remove
the leading comment characters from the pre-configured directives for
server-sa.{crt,key}.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to