mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use OpenSSL for SSL instead of the built-in python version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user