How to use certificates from Deutsche Telekom Telesec ?

1999-10-22 Thread Dirk Lutzebaeck
Hi, Deutsche Telekom is offering real and test SSL certificates at http://www.telesec.de What you get back looks like this: User-Certificate: -BEGIN CERTIFICATE- -END CERTIFICATE- CA-Certificate: -BEGIN CERTIFICATE- -END CERTIFICATE- Root-Certificate:

Re: How to use certificates from Deutsche Telekom Telesec ?

1999-10-22 Thread Tim Tassonis
Take the first part including the BEGIN/END Lines, store them in a file called servername.crt and put in in the Directory /usr/local/apache/conf/ssl.crt or wherever you installed Apache. Put the remaining two certificates (CA-Certificate and Root-Certificate) in a file called servername-chain.crt

Re: How to use certificates from Deutsche Telekom Telesec ?

1999-10-26 Thread Stefan Kelm
Dirk, > Deutsche Telekom is offering real and test SSL certificates at > http://www.telesec.de > > What you get back looks like this: > > > User-Certificate: > -BEGIN CERTIFICATE- > > -END CERTIFICATE- > > CA-Certificate: > -BEGIN CERTIFICATE- > > -END CERTIFICATE---

Re: How to use certificates from Deutsche Telekom Telesec ?

1999-10-26 Thread Dirk Lutzebaeck
Stefan Kelm writes: > Dirk, > > > Deutsche Telekom is offering real and test SSL certificates at > > http://www.telesec.de > > > > What you get back looks like this: > > > > > > User-Certificate: > > -BEGIN CERTIFICATE- > > > > -END CERTIFICATE- > > > > CA-Certifica