konto usunięte

Temat: odnow ssl dla sendmail i imap

Witam,

Mam odnowic ssl cert dla sendmail na ubuntu serverze.
Przede mna bylo paru innych it i wydaje mi sie ze kazdy z nich robil co innego.
Znalazlem proste instrukcje na tej stronce:
http://www.cromwell-intl.com/unix/sendmail-ssl.html

1. Create a certificate directory and go there:

# mkdir /etc/mail/cert
# cd /etc/mail/cert

2. Create a key for the server, giving a new pass phrase when prompted:

# openssl genrsa -des3 -out server.key 1024
# openssl rsa -in server.key -out server.key.open

3. Create a clear-text copy of the key (so it is not pass-phrase-protected), giving the pass phrase when asked:

# openssl req -new -x509 -days 3650 -key server.key.open -out server.crt

4. Answer the X.509v3 questions appropriately.

5. Make the files root-read-only:

# chmod 600 server.*

6. Edit /etc/mail/sendmail.cf and add these lines. You should find commented-out versions of these settings in the file, maybe about a third of the way through it.

O CACertPath=/etc/mail/cert
O CACertFile=/etc/mail/cert/server.crt
O ServerCertFile=/etc/mail/cert/server.crt
O ServerKeyFile=/etc/mail/cert/server.key.open
O ClientKeyFile=/etc/mail/cert/server.crt

7. Restart sendmail:

# /etc/init.d/sendmail restart

Czy to w zupelnosci wystarczy dla sendmail, imap ?
Jak sprawdzic czy ssl certificate jest valid do outgoing i incoming emails?
Dzieki

konto usunięte

Temat: odnow ssl dla sendmail i imap

wlasnie sie dowiedzialem ze nasz private certificate byl generowany wraz z Certificate Authority, czyli troche inne kroki musza byc podjete.
Jak to zrobic na Ubuntu Serverze?
Dzieki
Janusz Skudrzyk

Janusz Skudrzyk Członek zarządu,
weblabs.pl

Temat: odnow ssl dla sendmail i imap

CA lokalny jest na serwerze, czy trzeba go dodatkowo utworzyć ?

konto usunięte

Temat: odnow ssl dla sendmail i imap

juz zrobilem :).
CA jest private ale to nie taki byl problem.
Problem w tym ze jest 6 serverow i brak dobrej dokumentacji i zajelo mi 3 dni by znalezc ktory server jest serverem SMTP,
bo byly slady poprzednich nie udanych prob na kilku innych serverach co mnie zgubilo.

Dzieki !

Następna dyskusja:

Praca dla administratora sy...




Wyślij zaproszenie do