diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-10-17 12:49:34 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-10-19 14:30:06 +0200 |
commit | fed5bbd2989a20e1562598033791a0b03d2898be (patch) | |
tree | 94283ffbc4367e83200dbb519639daad524e2543 /ipalib/plugins/cert.py | |
parent | 38bbbdea615c8d8f07626a1974dc3d215657f102 (diff) | |
download | freeipa.git-fed5bbd2989a20e1562598033791a0b03d2898be.tar.gz freeipa.git-fed5bbd2989a20e1562598033791a0b03d2898be.tar.xz freeipa.git-fed5bbd2989a20e1562598033791a0b03d2898be.zip |
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
Diffstat (limited to 'ipalib/plugins/cert.py')
0 files changed, 0 insertions, 0 deletions