SunScreen 3.1 Lite Installation Guide

Installing Certificates on the Administration Station

You need to install certificates on both the Administration Station and the Screen before they can use encrypted communication. You can use either self-generated certificates or issued certificates.

To Install a Self-Generated Certificate
  1. Open a terminal window and become root.

  2. Create the required SKIP directories by typing:


    # skiplocal -i
    

  3. Create the self-generated certificate on the Administration Station by typing:


    # skiplocal -k -f -V
    

    The local certificate ID appears, as shown in the following figure. It is the Administration Station's 32-character certificate ID (MKID).

    Figure 4-3 Administration Station's Self-Generated Certificate

    Graphic

  4. Write down the certificate ID, which begins with `0x.'

  5. Add SKIP to all the interfaces by typing:


    # skipif -a
    

  6. Reboot the Administration Station to complete the installation by typing:


    # sync; init 6
    

What Is Next?

Now you need to install the SunScreen 3.1 Lite software on the Screen as described in "Installing the Software on the Screen."

To Install an Issued Certificate

To do this procedure, you will need the Key and Certificate diskette.

  1. Open a terminal window on the Administration Station and become root.

  2. Create the required SKIP directories by typing:


    # skiplocal -i
    

  3. Insert the Key and Certificate diskette into the Administration Station's diskette drive.

  4. Mount the diskette by typing:


    # volcheck
    

  5. Install the SKIP keys by typing:


    # install_skip_keys -icg /floppy/floppy0
    

  6. Start the SKIP daemon by typing:


    # skipd_restart
    

  7. Eject the Key and Certificate diskette by typing:


    # eject floppy0
    

  8. Write down the certificate ID, which is eight characters long.

  9. Add SKIP to all the interfaces by typing:


    # skipif -a
    

  10. Reboot the Administration Station to complete the installation by entering:


    # sync; init 6
    

What Is Next?

The Administration Station's certificate ID has been installed. Now move to the Screen to install the SunScreen 3.1 Lite software.