summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/plugins/upload_cacrt.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert remaining update code to LDAPEntry API.Jan Cholasta2014-01-241-1/+1
|
* Don't base64-encode the CA cert when uploading it during an upgrade.Rob Crittenden2013-03-071-2/+1
| | | | | | | | We want to store the raw value. Tools like ldapsearch will automatically base64 encode the value because it's binary so we don't want to duplicate that. https://fedorahosted.org/freeipa/ticket/3477
* Update plugin to upload CA certificate to LDAPAlexander Bokovoy2013-01-231-0/+56
Define post-update plugin to upload public CA certificate to IPA LDAP server. The plugin includes also update file that creates default container for the certificate.