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.

No comments:

Post a Comment