> Hello. im trying out the samples in WSe 2.0, but i havent managed to create
> and use custom certificates.
[quoted text clipped - 30 lines]
> changed (if so, where do i get the public key from?). please help me...
> thanks in advance!
Hi hongmei,
The client's cert is installed in "currentuser/personal" on the client
The service's cert is installed in "localmachin/personal" on the server
(I installed the certs in the same places as where the sample certs are
installed and work)
The app.conf and the web.conf are modified as in the sample and the
appbase.cs too.
What seems to be a difference between the installs of the sample certs and
homemade certs is that:
1. sample certs ask for pass (located in the
samples/certsamples/readme.html) and mine does not
2. the wsecertview app (WseCertificate2.exe in tools/) can find the private
key file and folder of an installed sample cert on a server, but not cannot
find these with my cert.
If you or anybody alse knows the arguments or how tp make certs as the
sample certs in the wse 2 samples please let me know.
Thanks in advance!
Julien
PS: im not sure is this msg will be placed under the first msg or as a new
subject.... we'll see
> Hi! John
>
[quoted text clipped - 28 lines]
> > makecert -sky exchange -sp "Microsoft Enhanced Cryptographic Provider
> > v1.0" -ip "Microsoft Enhanced Cryptographic Provider v1.0" -sk
WSEC" -n
> > "cn=WSEClient" -ss My C:\WSEClient.cer
> > makecert -sky exchange -sp "Microsoft Enhanced Cryptographic Provider
> > v1.0" -ip "Microsoft Enhanced Cryptographic Provider v1.0" -sk
WSES" -n
> > "cn=WSEServer" -ss My C:\WSEServer.cer
> >
[quoted text clipped - 9 lines]
> > changed (if so, where do i get the public key from?). please help me...
> > thanks in advance!
SA - 09 Sep 2004 22:51 GMT
Seems to me like you will need to put the public key of the server also in
your currentuser/personal store...
I can't comment on the makecert.exe command-line arguments.

Signature
Sven
> Hi hongmei,
>
[quoted text clipped - 50 lines]
> > >
> > > makecert -sk WSEClient -n "CN=WSEClient for" -ss My -sr
urrentUser -sp
> > > "Microsoft Enhanced Cryptographic Provider v1.0" -sky exchange -r
> > > C:\WSEClient5.cer
[quoted text clipped - 27 lines]
> > > changed (if so, where do i get the public key from?). please help me...
> > > thanks in advance!