[Freeipa-devel] [PATCH] 223 Simpler instructions to generate certificate

Petr Vobornik pvoborni at redhat.com
Fri Oct 19 12:44:16 UTC 2012


On 10/18/2012 05:24 PM, Rob Crittenden wrote:
> Petr Vobornik wrote:
>> 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
>>
>
> ACK, looks good to me.
>
> rob
>
Pushed to ipa-3-0, master.

-- 
Petr Vobornik




More information about the Freeipa-devel mailing list