60 likes | 128 Views
Encryption Toolkit. Bethany Rababy And Keith Krehely. Certificates. Tutorial, Securing Web Services Create and Install X509 Certificate http://vsadev3.cs.virginia.edu:8182/certsrv/ Give ASPNET permission to access your certificate. Publish the Public key to the LDAP server.
E N D
Encryption Toolkit Bethany Rababy And Keith Krehely
Certificates • Tutorial, Securing Web Services • Create and Install X509 Certificate http://vsadev3.cs.virginia.edu:8182/certsrv/ • Give ASPNET permission to access your certificate. • Publish the Public key to the LDAP server.
Adding WSE to the server • In every project that will be using the certificates needs to have: • WSE Settings turned on • Select the private key the server will use for token issuing • Select ‘Auto Issue Security Context Token’ • Add 2 DLL’s to your project • Add ‘using Trust551;’ and server code
Adding WSE to the client • Enable WSE settings • Enable Message Tracing so that you can see the encryption toolkit actually working. • Add the following: • 2 DLL’s into directory • ‘using Trust551;’ in the library • Code Please note that WSE will already be in the live code, but you’ll still have to do the Certificates
Special Thanks to Jim for helping us out on so many occasions!!