mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use Realm as certs subject base name
Also use the realm name as nickname for the CA certificate
This commit is contained in:
@@ -25,7 +25,9 @@ from ipalib.compat import sha1
|
||||
import shutil
|
||||
import os
|
||||
|
||||
CA_NICKNAME = "IPA CA"
|
||||
CA_NICKNAME_FMT = "%s IPA CA"
|
||||
def get_ca_nickname(realm, format=CA_NICKNAME_FMT):
|
||||
return format % realm
|
||||
|
||||
class CertDB(object):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user