On 03/30/2010 03:41 AM, Jean-Michel Pouré - GOOZE wrote:
> Hello,
>
> I would like to write a tutorial explaining how to configure Apache2 and
> mod_ssl to use smartcards.
>
Try mod_nss. (pkcs #11 support is built-in). The support is used mostly
for hardware accelerators, but the same code work
On Mar 30, 2010, at 15:23 , Alon Bar-Lev wrote:
> Smartcards are usually exists at client side, so it has nothing to do
> with mod_ssl.
> All your questions are related to browsers.
Why so?
I would of course not suggest running a real life web server against a smart
card or USB token, but theoret
Smartcards are usually exists at client side, so it has nothing to do
with mod_ssl.
All your questions are related to browsers.
2010/3/30 Jean-Michel Pouré - GOOZE :
> Hello,
>
> I would like to write a tutorial explaining how to configure Apache2 and
> mod_ssl to use smartcards.
>
> My only quest
Hello,
I would like to write a tutorial explaining how to configure Apache2 and
mod_ssl to use smartcards.
My only question is: in a production environment, there is several SSL
connections at once. Can OpenSC handle high load? Or is OpenSC + mod_ssl
only for small and very secure operations? An