Re: [OT?] How to generate a certificate?

From: Helge Bahmann <bahmann(at)math(dot)tu-freiberg(dot)de>
To: thiemo <thiemo(at)gmx(dot)ch>
Cc: pgNovice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: [OT?] How to generate a certificate?
Date: 2002-04-10 21:07:37
Message-ID: Pine.LNX.4.21.0204102303100.17379-100000@lothlorien.stunet2.tu-freiberg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

The fast way:

openssl genrsa -out server.key
openssl req -new -key server.key -out server.crt

You can find more detailed instructions and explanations of the above in
the Apache-SSL-HOWTO, e.g. at

http://www.tldp.org/HOWTO/SSL-RedHat-HOWTO-3.html

Regards
--
Helge Bahmann <bahmann(at)math(dot)tu-freiberg(dot)de> /| \__
The past: Smart users in front of dumb terminals /_|____\
_/\ | __)
$ ./configure \\ \|__/__|
checking whether build environment is sane... yes \\/___/ |
checking for AIX... no (we already did this) |

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua b. Jore 2002-04-10 21:09:36 Re: [OT?] How to generate a certificate?
Previous Message thiemo 2002-04-10 20:52:32 [OT?] How to generate a certificate?