Use OpenSSL for SSL instead of the built-in python version.

This commit is contained in:
Rob Crittenden
2009-02-19 17:20:37 -05:00
parent b53edad254
commit f2abe05398
3 changed files with 132 additions and 3 deletions

View File

@@ -374,6 +374,9 @@ def main():
print "Caching of users/groups will not be available after reboot"
pass
# Get the CA certificate
run(["/usr/bin/wget", "-O", "/etc/ipa/ca.crt", "http://%s/ipa/config/ca.crt" % cli_server])
print "Client configuration complete."
return 0