mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use a more obvious name for the subject of the IPA self-signed CA
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user