<div><font size=2 color=navy face=Arial>
Thx for replying, Scott ... how did you handle multiple users on the PC, though?  They all shared that cert?<br><br>I thought about having a single location and copying to there on user login (from a standard location in a user's home dir, e.g.) ... then firing up stunnel ... but it seems like so much can go wrong, resulting in User B accessing using User A's certificate (because the copy failed, e.g.).  And we're leery of exposing User A's cert to User B - especially since stunnel doesn't support encryption of the user's key, right?  So the permissions would be a little tricky and maybe fragile.<br><br>Seems like there should be a straightforward way to do it, dadnabit!<br></font></div>
<br><div><hr size=2 width="100%" align=center tabindex=-1>
<font face=Tahoma size=2>
<b>From</b>: Scott Gifford <sgifford@suspectclass.com> <br><b>To</b>: Bucci, David G <br><b>Cc</b>: stunnel-users@mirt.net <stunnel-users@mirt.net> <br><b>Sent</b>: Mon Aug 30 17:41:09 2010<br><b>Subject</b>: EXTERNAL: Re: [stunnel-users] Individual user certs for each person who uses Windows PC <br></font><br></div>
On Mon, Aug 30, 2010 at 3:41 PM, Bucci, David G <span dir="ltr"><<a href="mailto:david.g.bucci@lmco.com">david.g.bucci@lmco.com</a>></span> wrote:<div><div class="gmail_quote"><div>[ ... ] </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


I've tried using envvars in the stunnel.conf (e.g., cert = %USERPROFILE%\usercert.pem), tried adjusting the command line to include "-p %USERPROFILE%\usercert.pem" as an option ... </blockquote><div><br></div>

<div>We implemented something similar by simply making a "C:\stunnel" directory on each PC, naming the certificate the same thing on all machines, then hardcoding that path into the stunnel configuration (e.g. "C:\stunnel\usercert.pem").  Not quite as nice as %USERPROFILE%\usercert.pem, but it worked.  :-)</div>

<div><br></div><div>Hope this is helpful,</div><div><br></div><div>----Scott.</div><div><br></div></div></div>