Use a more obvious name for the subject of the IPA self-signed CA

This commit is contained in:
Rob Crittenden
2008-01-04 11:22:43 -05:00
parent 8de5f477d1
commit db2e5b26b7

View File

@@ -111,7 +111,7 @@ class CertDB(object):
self.run_certutil(["-G", "-z", self.noise_fname, "-f", self.passwd_fname])
# Generate the self-signed cert
self.run_certutil(["-S", "-n", self.cacert_name,
"-s", "cn=CAcert",
"-s", "cn=IPA Test Certificate Authority",
"-x",
"-t", "CT,,C",
"-m", self.next_serial(),