November 2015
Intermediate to advanced
152 pages
2h 46m
English
To digitally identify whether a user is an authenticated user, client certificates are used. This is an enhanced security mechanism unlike using username and password for security as this is a simple validation. Client certificates allow a web application to authenticate its users by verifying a certificate that is provided by the client before the HTTP connection is established.
The following steps will create a test root authority and client certification for development and testing purpose:
makecert.exe -n "CN=Dev CA" -r -sv DevCA.pvk DevCA.cer
makecert ...Read now
Unlock full access