ASP.NET - SSL Certificate

Asked By kiruba .e on 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 on 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 on 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