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 --- tests/test_xmlrpc/test_cert_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_xmlrpc/test_cert_plugin.py b/tests/test_xmlrpc/test_cert_plugin.py index 906d1977..508e9141 100644 --- a/tests/test_xmlrpc/test_cert_plugin.py +++ b/tests/test_xmlrpc/test_cert_plugin.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -Test the `ipalib/plugins/cert.py` module against the selfsign plugin. +Test the `ipalib/plugins/cert.py` module against a RA. """ import sys @@ -57,7 +57,7 @@ def is_db_configured(): # To test against Apache directly then no changes are required. Just be # sure the xmlrpc_uri in ~/.ipa/default.conf points to Apache. # -# To test against a selfsign or dogtag CA in the lite-server: +# To test against Dogtag CA in the lite-server: # # - Copy the 3 NSS db files from /etc/httpd/alias to ~/.ipa/alias # - Copy /etc/httpd/alias/pwdfile.txt to ~/.ipa/alias/.pwd. -- cgit