ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergei <serpiph@mail.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] Re: [mdk-re] ÐÒÏ Apache/1.3.17 mod ssl/2.8. 0
Date: Wed Feb 28 08:49:02 2001
Message-ID: <01022811524200.24521@pif.b5.mephi.ru> (raw)
In-Reply-To: <20010227203434.A979@acma.rh>

Среда 28 Февраль 2001 04:34, Вы написали:
> > > Кто нибудь юзает эту связку?
> > > Есть вопросы как по сабжу точно, так и общие...
> > > АУ!!!!
> >
> > Только что сегодня выложил обновленную доку, описывающую
> > apache_1.3.14rusPL30.0+mod_ssl-2.7.1
> > но думаю, особой разницы нет ... в чем вопрос-то ?

> Вопросов несколько.
> При запуске апача с ссл спрашивает пароль - как сделать чтоб не спрашивал
> как получить сертификат чтоб всякие браузеры не говорили что он левый
Если Вы имеете в виду пароль при запуске:
Я все время использую метод из Black Cat 6.02 b  все пока в порядке (выписка 
из описания Blcak Cat 6.02).
1. openssl genrsa -des3 -out server.key.secure 1024
2. openssl rsa -in server.key.secure -out server.key
3. openssl req -new -key server.key.secure -out server.csr
4. openssl req -new -x509 -days 365 -key server.key.secure -out server.crt
5. cp server.key /etc/httpd/ssl.key/server.key
6. cp server.key.secure /etc/httpd/ssl.key.secure
	Вы можете его положить как server.key, но в этом случае при каждом 
перезапуске машины или просто apache вам придется вводить пароль для 
подтверждения, что ключ действительно соответствует содержимому сайта...
7. cp server.csr /etc/httpd/ssl.csr/server.csr
8. cp server.crt /etc/httpd/ssl.crt/server.crt

-- 
С уважением, Епифанов Сергей



  parent reply	other threads:[~2001-02-28  8:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-27 18:21 [mdk-re] про Apache/1.3.17 mod_ssl/2.8.0 Kataev Andrey
2001-02-27 18:46 ` [mdk-re] про Apache/1.3.17 mod ssl/2.8.0 Viacheslav Kaloshin
2001-02-27 20:34   ` [mdk-re] " Kataev Andrey
2001-02-27 23:22     ` [mdk-re] " Lenya Khachaturov
2001-02-28  8:49     ` Sergei [this message]
2001-02-28 10:22       ` [mdk-re] Re: [mdk-re] UUU Apache/1.3.17 mod ssl/2.8. 0 Kataev Andrey
2001-02-28 15:21         ` A.A.Valishev
2001-02-28 16:04           ` Kataev Andrey
2001-03-01  7:11             ` A.A.Valishev
2001-03-01 10:22               ` Kataev Andrey
2001-03-01 12:26         ` [mdk-re] " Mikhail Zabaluev
2001-03-01 12:56           ` Kataev Andrey
2001-03-01 13:11             ` Alexander Bokovoy
2001-03-01 14:05               ` Kataev Andrey
2001-03-01 12:26     ` [mdk-re] Re: про Apache/1.3.17 mod ssl/2.8.0 Mikhail Zabaluev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01022811524200.24521@pif.b5.mephi.ru \
    --to=serpiph@mail.ru \
    --cc=mandrake-russian@linuxteam.iplabs.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git