[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenSSL CA
There is a halfway-decent introduction to this at
http://www.atsec.com/docs/fw1-openssl.howto.pdf. Ignore the fact that
it's intended for FireWall-1 and just read the parts about generating
certificates.
-&
Adolfo Ferreira wrote:
> Hi,
>
> I'm having problems to certificate my RSA Key to pop3+ssl.
>
> My /etc/inetd.conf
> 127.0.0.1:pop3 stream tcp nowait root
> /usr/local/libexec/ipop3d ipop3d
> # to /etc/ssl/ipop3d.pem and /etc/ssl/imapd.pem. See ssl(8) for how to
> do this.
> pop3s stream tcp nowait root
> /usr/local/libexec/ipop3d ipop3d
>
> My /etc/services
> pop3 110/tcp # POP version 3
> pop3 110/udp
> pop3s 995/tcp
>
>
> And I already know how to make my RSA KEY, but how to certificate, I
> don't know with OpenSSL CA.
>
> Thanks for your attention,
> Adolfo
>
--
GPG key / Schlüssel -- http://simultan.dyndns.org/~arjones/gpgkey.txt
Encrypt everything. / Alles verschlüsseln.
- References:
- OpenSSL CA
- From: Adolfo Ferreira <bitchat@hotpop.com>