Сертификаты для jabber сервера.

Здрасте все.
Народ, поделитесь информацией. Кто как установил сертификаты на свои сервера?

Согласно http://hyperstruct.net/2007/6/20/installing-the-startcom-ssl-certificate... сделать не получается, потому как sub.class1.xmpp.ca.crt более не доступен на сайте startcom.org

Я зарегистрировался на старткоме, получил key и srt, слепил их вместе в pem файл. Скормил ejabberd, но не завелось.
Самоподписанный сертификат работает.

В нете только старые инструкции о с использованием sub.class1.xmpp.ca.crt. они уже не работают.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Они переехали

Всем привет, объясните

Всем привет, объясните пожалуйста на пальцах как с генерировать/получить сертификат для ejabberd под ОС Win32?

Самописный? Устанавливаем

Самописный?

Устанавливаем OpenSSL Win32 http://www.slproweb.com/products/Win32OpenSSL.html можно Light версию. Пример конфигурационного файла openssl.cnf:

#
# OpenSSL example configuration file how to generate a self-signed OpenSSL certificate for use with ejabberd.
# This is mostly being used for generation of certificate requests.
#

# To create selfsigned certificate run the following command from the
# command prompt:
# openssl req -new -x509 -newkey rsa:1024 -days 3650 -nodes -out server.pem -keyout server.pem

# Note that the command above creates a key with a 3650 day (10 year lifetime).
# To change the key lifetime, use a different number of days for the -days parameter.

####################################################################
countryName = Country Name (2 letter code)
stateOrProvinceName = State or Province Name (full name)
localityName = Locality Name (eg, city)
organizationName = Organization Name (eg, company)
organizationalUnitName = Organizational Unit Name (eg, section)
commonName = Common Name (eg, YOUR name)
emailAddress = Email Address
####################################################################

# Your certificate is now ready for use by Jabberd. You should make a backup
# (such as to a floppy) of your certificate.

Syndicate content