install openssl (daca nu-l ai) si: $openssl genrsa -des3 -rand file1:file2:....:filex -out www.yourhost.ro.key 1024
unde file1:..:filex sunt cateva fisiere mari si comprimate pe care le folosesti ca random seed daca n-ai /dev/random (pe linux il ai, pe AIX nu-l ai...) si obtii .key file. $openssl req -new -key www.yourhost.ro.key -out www.yourhost.ro.csr si obtii un certificate signing request. In mod normal asta o trimiti la verisign / thawte /whatever sa obtii un certificat valid. $openssl x509 -req -days 30 -in www.yourhost.ro.csr -signkey www.yourhost.ro.key -out www.yourhost.ro.crt si obtii un test certificate cu validitate de 30 zile (poti sa bagi cate vrei la days...) Dupa aia le bagi in apache in vhostul tau: httpd.conf SSLCertificateFile /pathtoyour/www.yourhost.ro.crt SSLCertificateKeyFile /pathtoyour/www.yourhost.ro.key daca vrei mai mult, citeste doacele din distributtile de mod_ssl si openssl, pe net n-am gasit documentatie solida pe tema openssl inca.... Careva a gasit? Cristi > > > Am o distributie de slack 8.0 > Cum pot sa am ssl fara a mai fi nevoie sa recompilez. > De fapt trebuie sa generez cheile dar prin documentatie ma > lovesc de make > certificate. > Alta cale nu exista? > > --- > Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to > unsubscribe from this list. > --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
