Re: No such list! s

2005-05-17 Thread Lapo TIN
what's that ?!?!? how can we stop it ?!??!? Lapo - Original Message - From: s [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 17, 2005 10:15 AM Subject: No such list! s Valid Lists New Atlanta List Server --- There is no list by that name on

tomcat and security

2005-05-12 Thread Lapo TIN
I would like to limit tomcat features as much as possible for avoiding undesiderables external accesses to the web server. I want that only 2 servlets have to run on HTTPS, port 8443. And these two servlets are simply replying to a GET with a static XML. Nothing more. I define the ssl connector

Re: Tomcat 5 and SSL Configuration

2005-04-28 Thread Lapo TIN
and if I would like to store the certificate on a PKCS11 usb token ? I did every steps: 1) generation of keypair on the usb token keytool -genkey -alias lapo -keystore NONE -storetype PKCS11 -keyalg RSA -validity 365 2) request a certificate sign, it export a csr file on disk keytool -certreq

tomcat and pkcs#11

2005-04-07 Thread Lapo TIN
Hello, I would like to use TOMCAT as HTTPS server on linux machine, with a USB token that stores key for SSL criptography. I know that I 'll not have good performances, but I don't care. what I did: I have installed correctly PKCS#11 support library of my usb token on Linux machine. I have

tomcat and usb token (using pkcs#11)

2005-04-06 Thread Lapo TIN
Hello, I would like to use TOMCAT as HTTPS server on linux machine, with a USB token that stores key for SSL criptography. I know that I 'll not have good performances, but I don't care. what I did: I have installed correctly PKCS#11 support library of my usb token on Linux machine. I have