Mod nss: Difference between revisions

From VVCWiki
Jump to navigationJump to search
Created page with "=== Configuring mod_nss on RHEL === <ol> <li>Create empty password</li> echo -e "\n" > /tmp/empty.txt <li>Import CA certificate from videoNEXT.crt file: </li> certutil -A -n..."
(No difference)

Revision as of 19:32, 26 July 2012

Configuring mod_nss on RHEL

  1. Create empty password
  2. echo -e "\n" > /tmp/empty.txt
  3. Import CA certificate from videoNEXT.crt file:
  4. certutil -A -n videoNEXT -t CT,CT,CT -f /tmp/empty.txt -a -i videoNEXT.crt -d /etc/httpd/alias