diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install/tools/ipa-server-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 9bb40461..15591071 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -1030,6 +1030,9 @@ def main(): ca.enable_client_auth_to_db() ca.restart() + # Upload the CA cert to the directory + ds.upload_ca_cert() + # Create a kerberos instance if options.pkinit_pin: [pw_fd, pw_name] = tempfile.mkstemp() |