> Packets?  Interesting idea.  No, nothing like that here with a LFS 
> based system and a KISS paradigm, but I DO have a very tight firewall.  
> I don't allow packets out just anywhere they please--not allowing ET to 
> phone home--as a security measure.  I wasn't looking for it to get 
> caught that way.  Sheesh, probably should've.  If it uses a special 
> port, there'll be a message.  I'll try again later today and look for 
> the firewall hit.  Thanks for the idea, that seems promising!

Nope, nothing blocked by my firewall.  Still an open question.

What would be the name of the pem file?  I can see if I have that.

Again, here's how I got them:

install -vdm755 /etc/ssl/local &&
wget http://www.cacert.org/certs/root.crt &&
wget http://www.cacert.org/certs/class3.crt &&
openssl x509 -in root.crt -text -fingerprint -setalias "CAcert Class 1 root" \
        -addtrust serverAuth -addtrust emailProtection -addtrust codeSigning \
        > /etc/ssl/local/CAcert_Class_1_root.pem &&
openssl x509 -in class3.crt -text -fingerprint -setalias "CAcert Class 3 root" \
        -addtrust serverAuth -addtrust emailProtection -addtrust codeSigning \
        > /etc/ssl/local/CAcert_Class_3_root.pem &&
(make install 2>&1 | tee log.inst && exit $PIPESTATUS) &&

-- 
Paul Rogers
paulgrog...@fastmail.fm
Rogers' Second Law: "Everything you do communicates."
(I do not personally endorse any additions after this line. TANSTAAFL :-)

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml

Reply via email to