Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2003 16:15:14 -0800
From:      "admin" <admin2@enabled.com>
To:        freebsd-questions@freebsd.org
Subject:   mod_ssl question: using my own CA?
Message-ID:  <20030713001401.M81814@enabled.com>

next in thread | raw e-mail | index | archive | help
OS: FreeBSD 4.8
apache 1.3.27
modssl 2.8.14

goals:

generate a server.crt file for apache
generate a server.key file for apache
I will be my own CA 

Hi,

okay I am trying to find a way to overcome this most elusive and vague
documentationt that I am finding on the modssl.org website.  I am completely
confused by the documentation at this point.

from:
http://www.modssl.org/docs/2.7/ssl_faq.html#ToC29

--- snip ----
4. Now you can use this CA to sign server CSR's in order to create real SSL
Certificates for use inside an Apache webserver (assuming you already have a
server.csr at hand):

$ ./sign.sh server.csr

This signs the server CSR and results in a server.crt file. 

shell# find / -name sign.sh

---- snip ---

I am wanting to be my own CA but cannot find the sign.sh file anywhere on my
system.  what are some other ways of me signing my own server.csr file?

- Noah



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030713001401.M81814>