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

Rob Crittenden rcritten at redhat.com
Thu Oct 18 15:24:23 UTC 2012


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




More information about the Freeipa-devel mailing list