diff options
Diffstat (limited to 'install')
| -rw-r--r-- | install/share/custodia.conf.template | 4 | ||||
| -rwxr-xr-x | install/tools/ipa-pki-retrieve-key | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/install/share/custodia.conf.template b/install/share/custodia.conf.template index 94740c00d..855a1b3ba 100644 --- a/install/share/custodia.conf.template +++ b/install/share/custodia.conf.template @@ -13,13 +13,13 @@ handler = custodia.httpd.authenticators.SimpleHeaderAuth header = GSS_NAME [authz:kemkeys] -handler = ipapython.secrets.kem.IPAKEMKeys +handler = ipaserver.secrets.kem.IPAKEMKeys paths = /keys store = ipa server_keys = $IPA_CUSTODIA_CONF_DIR/server.keys [store:ipa] -handler = ipapython.secrets.store.IPASecStore +handler = ipaserver.secrets.store.IPASecStore ldap_uri = $LDAP_URI [/keys] diff --git a/install/tools/ipa-pki-retrieve-key b/install/tools/ipa-pki-retrieve-key index 740e799d2..505ed238e 100755 --- a/install/tools/ipa-pki-retrieve-key +++ b/install/tools/ipa-pki-retrieve-key @@ -8,7 +8,7 @@ import sys from ipalib import constants from ipalib.config import Env from ipaplatform.paths import paths -from ipapython.secrets.client import CustodiaClient +from ipaserver.secrets.client import CustodiaClient env = Env() env._finalize() |
