Re: ssl-cert-snakeoil certificate.

2012-08-16 Thread Camaleón
On Thu, 16 Aug 2012 12:57:01 +0200, Mauro wrote: > I've installed ssl-cert package and I've found between others a > ssl-cert-snakeoil.pem and ssl-cert.snakeoil.key that I use for my https > servers. > Is that a sort of default certificate? "man make-ssl-

Re: ssl-cert-snakeoil certificate.

2012-08-16 Thread Karl E. Jorgensen
Hi On Thu, Aug 16, 2012 at 11:57:01AM +0100, Mauro wrote: > Hello. > I've installed ssl-cert package and I've found between others a > ssl-cert-snakeoil.pem and ssl-cert.snakeoil.key that I use for my > https servers. > Is that a sort of default certificate? Yes - IIRC i

ssl-cert-snakeoil certificate.

2012-08-16 Thread Mauro
Hello. I've installed ssl-cert package and I've found between others a ssl-cert-snakeoil.pem and ssl-cert.snakeoil.key that I use for my https servers. Is that a sort of default certificate? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of &q

Lighttpd subdomain redirects (was: SSL Cert)

2011-01-08 Thread Camaleón
On Fri, 07 Jan 2011 20:50:25 +0100, Informatik.hu wrote: > On 2011.01.07. 20:17, Camaleón wrote: >> On Fri, 07 Jan 2011 19:14:34 +0100, Informatik.hu wrote: >> >>> Do you know a cheap, safe and well known trusted ssl certificate >>> provider? I would like to use it with lighttpd, postfix and dovec

Re: SSL Cert

2011-01-07 Thread Informatik.hu
certs already installed, thanx! one more question: i would like to redirect https://*.mydomain.com to https://secure.mydomain.com in lighttpd. any suggestions? On 2011.01.07. 20:17, Camaleón wrote: On Fri, 07 Jan 2011 19:14:34 +0100, Informatik.hu wrote: Do you know a cheap, safe and well

Re: SSL Cert

2011-01-07 Thread Camaleón
On Fri, 07 Jan 2011 19:14:34 +0100, Informatik.hu wrote: > Do you know a cheap, safe and well known trusted ssl certificate > provider? I would like to use it with lighttpd, postfix and dovecot. This is what I use for apache2 (https), cyrus (pop3s/imaps) and postfix (smtps): http://www.rapidssl

Re: SSL Cert

2011-01-07 Thread Slobodan Aleksić
Look at this one: www.startssl.com On 01/07/2011 07:14 PM, Informatik.hu wrote: Hi! Do you know a cheap, safe and well known trusted ssl certificate provider? I would like to use it with lighttpd, postfix and dovecot. thx! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

SSL Cert

2011-01-07 Thread Informatik.hu
Hi! Do you know a cheap, safe and well known trusted ssl certificate provider? I would like to use it with lighttpd, postfix and dovecot. thx! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archiv

Re: outdated ssl cert

2010-01-18 Thread Boyd Stephen Smith Jr.
On Saturday 16 January 2010 10:56:29 Vadkan Jozsef wrote: > ..I mean does an outdated self-signed certificate give the same security > as a normal cert? It depends on what you mean by security. You do get the same level of end-to- end encryption -- so attackers attempting to read the connection a

Re: outdated ssl cert

2010-01-16 Thread Eduardo M KALINOWSKI
On 01/16/2010 02:56 PM, Vadkan Jozsef wrote: what does a self-signed outdated ssl cert worth? [https] could it be tricked [https] in a way, that the end user will not recognize? [e.g. he already accepted the cert one time, and the browser would warn her, if it been ""attacked"&qu

outdated ssl cert

2010-01-16 Thread Vadkan Jozsef
what does a self-signed outdated ssl cert worth? [https] could it be tricked [https] in a way, that the end user will not recognize? [e.g. he already accepted the cert one time, and the browser would warn her, if it been ""attacked""?] ..I mean does an outdated self-signed

Re: Updating ssl cert for exim4 - my oops

2007-07-15 Thread Roberto C . Sánchez
On Sun, Jul 15, 2007 at 03:50:19PM -0700, David Brodbeck wrote: > > On systems I run, I often symlink the HTTP, IMAP, and SMTP server > certificate locations to the same certificate file, for ease of > maintenance. Obviously this only works if your machine uses the same > hostname for all t

Re: Updating ssl cert for exim4 - my oops

2007-07-15 Thread David Brodbeck
On Jul 14, 2007, at 4:12 AM, Chris Searle wrote: Before sending mail - engage brain. Or at least memory - it sometimes helps. On 14. jul. 2007, at 12.05, Chris Searle wrote: My exim4 self generated SSL certificate expired today. Now - thunderbird keeps telling me that the site use

Re: Updating ssl cert for exim4 - my oops

2007-07-14 Thread Chris Searle
Before sending mail - engage brain. Or at least memory - it sometimes helps. On 14. jul. 2007, at 12.05, Chris Searle wrote: My exim4 self generated SSL certificate expired today. Now - thunderbird keeps telling me that the site uses a certificate that has expired today. Yes. True. And -

Updating ssl cert for exim4

2007-07-14 Thread Chris Searle
My exim4 self generated SSL certificate expired today. So - I headed to the server, ran the following (taken from the exim4 site) openssl req -x509 -newkey rsa:1024 -keyout /etc/exim4/exim.key -out / etc/exim4/exim.crt -days -nodes This overwrote the old certificates. Restarted exim4.

Re: creating a ssl cert with stunnel

2000-11-30 Thread Adam Shand
> if it is unsigned i think so. signed certs i think only have to match > the domain. but where is the domain listed if not in the the common name of the cert? > instead of "fixing" your ssl cert look into ditching outlook or fixing > outlook. i don't want to do that

Re: creating a ssl cert with stunnel

2000-11-29 Thread Nate Amsden
omain. instead of "fixing" your ssl cert look into ditching outlook or fixing outlook. i use sslwrap to provide SSL over IMAP4, with netscape it warns me that the host is not the same as the cert as well, because i am connecting to a CNAME rather then the real hostname. doesn't

creating a ssl cert with stunnel

2000-11-29 Thread Adam Shand
i have stunnel installed and working to provide imap over ssl support but the certificate it creates seems not to match my hostname. when i run fetchmail i get a warning (which is okay) but outlook won't connect at all because of the mismatch. it looks like the problem is with the cn attribute b