Showing posts with label SSL. Show all posts
Showing posts with label SSL. Show all posts

Friday, March 8, 2013

Request SSL cert for IIS7 (WIn 2008)

Different IIS manager interface so could not find how to generate a new SSL cert request.  Anyway, see reference for the how to...

Reference:
http://technet.microsoft.com/en-us/library/cc732906
http://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm

Wednesday, September 7, 2011

How To Renew or Create New Certificate Signing Request While Another Certificate Is Currently Installed

This article describes how you can create a new certificate signing request (CSR) or generate a renewal request without having to remove the existing certificate from your Web site.

Reference:
http://support.microsoft.com/kb/295281

Monday, December 7, 2009

Setting SSL on Netapp Filer

For some reason the GUI doesn't work too well.

1. Creating a certificate signing request

From the command line, enter:
secureadmin setup ssl

Answer the prompts and at the end, the setup generates a self-signed certificate for temporary use and a certificate signing request that can be sent to your CA for certificate creation.

2. Installing the signed certificate
  • Create a text file with the signed certificate, ie. /etc/keymgr/cert.cer
  • Install the certificate: secureadmin addcert ssl /etc/keymgr/cert.cer
  • From the GUI, you can Restart SSL to enable new certificate.