ASP.NET - SSL Certificate

Asked By kiruba .e
04-Feb-12 02:45 AM
Hi

For example,  I hosted my website application,.  I want to add ssl certificate to my website.  How to add this?

Or can i add ssl certificate to a particular page only.


Thanks
kiruba.e
  dipa ahuja replied to kiruba .e
04-Feb-12 03:01 AM
How do I get an SSL Certificate?

You have a few options for obtaining an SSL certificate.

(Option I) DiscountASP.NET provides a Free RapidSSL dedicated SSL Certificate to active accounts with the SSL Add-on. This is not a shared SSL certificate. It is specifically for your domain.


(Option II) You can buy other SSL certificates from DiscountASP.NET at a significant discount as compared to the retail price from the SSL provider.Check out this site it will provide you the info about it also how much you have to pay for SSL Certificate

http://support.discountasp.net/KB/a750/how-do-i-get-an-ssl-certificate.aspx 
  Reena Jain replied to kiruba .e
04-Feb-12 03:18 AM
hi,

In order to make SSL connections from the WebSphere application server to external servers the server must be setup to trust the external server's SSL cert.

Howto: Add an external cert to the WebSphere 6.1 or 7 TrustStore

From External Site/Port

Step 1:

  • Open the admin console
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer Certificates > Retrieve from port

Step 2:

  • Enter the external servers host name and port
  • Enter the external server host name as the Alias

Step 3:

  • Save the configuration changes

From PEM File

Step 1:

  • Open the admin console.
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Add

Step 2:

  • Enter Alias and the location of the *.pem file > OK

Step 3:

  • Save the configuration changes
try this and let me know
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B)What is a difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I)What is CODE Access security? (I)What is a satellite assembly? (A) How the difference between thread and process? Chapter 4: Remoting and Webservices (B)What is an application domain? (B) What is .NET Remoting? (B) Which class does the remote object has to objects in Remoting? (A) What are the ways in which client can create object on server in CAO model? (A) Are CAO stateful in nature? (A) To create objects in CAO consume it? (A) Do webservice have state? Chapter 5: Caching Concepts (B) What is an application object? (I) what is the difference between Cache object and application object? (I) How can get access to cache object? (A) What are dependencies in cache
to be a .net developer • To test a Web Service you must create a windows application or web application to consume this service? It is True / False? FALSE How many classes can a single lifetime? Give an example. Answer1 static int Myint–The life time is during the entire application. br> Answer2 The static modifier is used to declare a static member, which belongs DataGrid1.DataSource = ds.Tables(”Products”) What is the maximum length of a varchar in SQL Server? Answer1 VARCHAR[(n)] Null-terminated Unicode character string of length n, with a maximum of presentation logic is done with .aspx extention. How do you define an integer in SQL Server? We define integer in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much
session is user based mean u can differentiate login user in different way • Process independent. ASP.NET session state is able to run in a separate process from the ASP.NET host process. If session state is in a separate process, the ASP.NET process can come and go while the session state process remains available. Of course, you can still use session state in process similar to classic ASP, too. • Support for server farm configurations. By moving to an out-of-process model, ASP.NET also solves the server farm problem. The new out-of-process model allows all
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't