Can any one how can i do programming with SSL and HTTPS. Where can i download this Microsoft Certificate Services if any link provide me. Can any one post different examples for using this SSL ..
In this section, you install a client-side certificate. You can use a certificate from any certificate authority, or you can use Microsoft Certificate Services to generate your own certificate.
can any one explain me from that point how to proceed further
How can i nstall install microsoft certificate services where can i download it
You can get free certificate from here after registration. It is free:
We-Coffee Site
http://www.we-coffee.com/x509Builder.aspx
You will get certificate in Email address after Registration and can donwload from there..
when u get it install as below step:
Request and Install a Client Certificate
This procedure installs a client-side certificate. You can use a certificate from any certificate authority, or you can generate your own certificate using Microsoft Certificate Services as described in the following sections.
This procedure assumes that Microsoft Certificate Services is configured for pending requests, which require an administrator to explicitly issue the certificate. It can also be configured to automatically issue certificates in response to certificate requests.
To check the certificate request status setting
On the Microsoft Certificate Services computer, select CertificationAuthority from the
AdministrativeTools programs group.
Expand CertificationAuthority (Local), right-click the certification authority and click
Properties.
Click the PolicyModule tab, and then click Configure.
Check the default action.
The following procedure assumes that Set the certificate request status to pending. Administrator must explicitly issue the certificate is selected.
To request a client-side certificate
Start Internet Explorer and navigate to http:// hostname/certsrv, where
hostname is the name of the computer on which Microsoft Certificate Services is installed.
Click Request a certificate, and then click Next.
On the Choose Request Type page, click User Certificate, and then click
Next.
Click Submit to complete the request.
Close Internet Explorer.
To issue the client-side certificate
From the Administrative Tools program group, start the CertificationAuthority tool.
Expand your certificate authority, and then select the PendingRequests folder.
Select the certificate request you just submitted, point to All Tasks on the
Action menu, and then click Issue.
Confirm that the certificate is displayed in the IssuedCertificates folder, and then double-click it to view it.
On the Details tab, click Copy to File to save the certificate as a Base-64 encoded X.509 certificate.
Close the properties window for the certificate.
Close the Certification Authority tool.
To install the client-side certificate
To view the certificate, start Windows Explorer, navigate to the .cer file saved in the previous procedure, and then double-click it.
Click InstallCertificate, and then click Next on the first page of the
CertificateImportWizard.
Select Automatically select the certificate store based on the type of certificate, and then click
Next.
Click Finish to complete the wizard. Dismiss the confirmation message box, and then click
OK to close the certificate.
Dora743
Member
275 Points
367 Posts
SSL and HTTPS
Apr 27, 2010 04:21 PM|LINK
Can any one how can i do programming with SSL and HTTPS. Where can i download this Microsoft Certificate Services if any link provide me. Can any one post different examples for using this SSL ..
Thanks & Regards,
M.Dorababu
Mindcracker MVP
http://dorababu-meka.blogspot.in/
Satish SG
Participant
1500 Points
236 Posts
Re: SSL and HTTPS
Apr 27, 2010 04:35 PM|LINK
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">First You Need a SSL Certificate Arun. To get the certificate follow the steps.</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"></div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">1. Create a certificate request</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">2. Submit a certificate request</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">3. Issue and download a certificate.</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">4. Install the certificate and set up an SSL Web site.</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">5. Configure and test the certificate.</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"></div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Once your SSL Certificate is ready for your web site, you can easily use that certificate for your payment process. </div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"></div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Configure those Pages as SSL pages by usign The Certificate.</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"></div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Certificate Creation Tool (Makecert.exe)</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">http://msdn.microsoft.com/en-us/library/bfsktky3(VS.71).aspx</div><div>First You Need a SSL Certificate. To get the certificate follow the steps.</div><div></div><div>1. Create a certificate request</div><div>2. Submit a certificate request</div><div>3. Issue and download a certificate.</div><div>4. Install the certificate and set up an SSL Web site.</div><div>5. Configure and test the certificate.</div><div>
</div><div>Once your SSL Certificate is ready for your web site, you can easily use that certificate . </div><div>
</div><div>Configure those Pages as SSL pages by usign The Certificate.</div><div>
</div><div>Certificate Creation Tool (Makecert.exe)</div><div>http://msdn.microsoft.com/en-us/library/bfsktky3(VS.71).aspx</div>
Dora743
Member
275 Points
367 Posts
Re: SSL and HTTPS
Apr 28, 2010 09:29 AM|LINK
I have one through this site
http://support.microsoft.com/kb/315588
But i got strucked from this point
Install a Client Certificate
In this section, you install a client-side certificate. You can use a certificate from any certificate authority, or you can use Microsoft Certificate Services to generate your own certificate.
can any one explain me from that point how to proceed further
Mindcracker MVP
http://dorababu-meka.blogspot.in/
Chintan Dave
Contributor
3687 Points
742 Posts
Re: SSL and HTTPS
Apr 28, 2010 09:53 AM|LINK
HOW TO: Secure an ASP.NET Application Using Client-Side Certificates
http://support.microsoft.com/kb/315588
Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication
http://msdn.microsoft.com/en-us/library/aa302426.aspx
How can i coding for https:
http://stackoverflow.com/questions/539732/how-to-use-https-in-asp-net-appllication
You can get free certificate from here:
We-Coffee Site
http://www.we-coffee.com/x509Builder.aspx
I hope it help u
http://napsterchintan.blogspot.com/
Chintan Dave
Contributor
3687 Points
742 Posts
Re: SSL and HTTPS
Apr 28, 2010 09:59 AM|LINK
also check this same post:
http://forums.asp.net/t/304621.aspx
http://forums.asp.net/t/1542532.aspx
http://napsterchintan.blogspot.com/
Chintan Dave
Contributor
3687 Points
742 Posts
Re: SSL and HTTPS
Apr 28, 2010 10:02 AM|LINK
check this similar post:
http://forums.asp.net/t/1542532.aspx
http://napsterchintan.blogspot.com/
Dora743
Member
275 Points
367 Posts
Re: SSL and HTTPS
Apr 28, 2010 10:13 AM|LINK
How can i nstall install microsoft certificate services where can i download it
Mindcracker MVP
http://dorababu-meka.blogspot.in/
Chintan Dave
Contributor
3687 Points
742 Posts
Re: SSL and HTTPS
Apr 28, 2010 10:22 AM|LINK
You can get free certificate from here after registration. It is free:
We-Coffee Site
http://www.we-coffee.com/x509Builder.aspx
You will get certificate in Email address after Registration and can donwload from there..
when u get it install as below step:
Request and Install a Client Certificate
This procedure installs a client-side certificate. You can use a certificate from any certificate authority, or you can generate your own certificate using Microsoft Certificate Services as described in the following sections.
This procedure assumes that Microsoft Certificate Services is configured for pending requests, which require an administrator to explicitly issue the certificate. It can also be configured to automatically issue certificates in response to certificate requests.
To check the certificate request status setting
The following procedure assumes that Set the certificate request status to pending. Administrator must explicitly issue the certificate is selected.
To request a client-side certificate
To issue the client-side certificate
To install the client-side certificate
REFER THIS ARICLE On MSDN:
http://msdn.microsoft.com/en-us/library/aa302412.aspx
Thanks,
Chintan Dave.
http://napsterchintan.blogspot.com/
Dora743
Member
275 Points
367 Posts
Re: SSL and HTTPS
Apr 28, 2010 10:52 AM|LINK
Is it not necessary to install Microsoft Certificate Services if i download those files
Mindcracker MVP
http://dorababu-meka.blogspot.in/
Dora743
Member
275 Points
367 Posts
Re: SSL and HTTPS
Apr 28, 2010 10:57 AM|LINK
Where the files will be saved after installing
Mindcracker MVP
http://dorababu-meka.blogspot.in/