49fb083 Simpler instructions to generate certificate

Authored and Committed by pvoborni 11 years ago
    Simpler instructions to generate certificate
    
    Instructions to generate certificate were simplified.
    
    New instructions:
    
     1) Create a certificate database or use an existing one. To create a new database:
        # certutil -N -d <database path>
     2) Create a CSR with subject CN=<hostname>,O=<realm>, for example:
        # certutil -R -d <database path> -a -g <key size> -s 'CN=dev.example.com,O=DEV.EXAMPLE.COM'
     3) Copy and paste the CSR (from -----BEGIN NEW CERTIFICATE REQUEST----- to -----END NEW CERTIFICATE REQUEST-----) into the text area below:
    
    https://fedorahosted.org/freeipa/ticket/3056
    
        
file modified
+1 -1