From 006ab23c6d404fd3ee1a33ac339c77789254860e Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 27 Mar 2013 13:48:36 +0100 Subject: Remove obsolete self-sign references from man pages, docstrings, comments Part of the work for https://fedorahosted.org/freeipa/ticket/3494 --- ipalib/plugins/cert.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ipalib') diff --git a/ipalib/plugins/cert.py b/ipalib/plugins/cert.py index a441a92a..fbab0b4a 100644 --- a/ipalib/plugins/cert.py +++ b/ipalib/plugins/cert.py @@ -50,9 +50,8 @@ Implements a set of commands for managing server SSL certificates. Certificate requests exist in the form of a Certificate Signing Request (CSR) in PEM format. -If using the selfsign back end then the subject in the CSR needs to match -the subject configured in the server. The dogtag CA uses just the CN -value of the CSR and forces the rest of the subject. +The dogtag CA uses just the CN value of the CSR and forces the rest of the +subject to values configured in the server. A certificate is stored with a service principal and a service principal needs a host. -- cgit