summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_ca_certs.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
2012-03-08Switch to using util.subp.Mike Milner
2012-02-24If we don't trust the default certs, don't add new certs fromMike Milner
2012-01-17add support for add/remove CA Certificates via cloud-config (LP: #915232)Scott Moser
2012-01-17Lint fixes.Mike Milner
2012-01-17Use delete_dir_contents from cloudinit.util.Mike Milner
2012-01-17Convert code to use the write_file function from cloudinit.util.Mike Milner
2012-01-17Comment and doc cleanup.Mike Milner
2012-01-16Small docstring fix.Mike Milner
2012-01-15Added function for deleting default trusted CA certs.Mike Milner
2012-01-14Handle config flag for removing default trusted CAs.Mike Milner
2012-01-14Factor out writing of certificates.Mike Milner
2012-01-12Add ability to rebuild CA certificate file.Mike Milner
2012-01-12Add tests for ca-certs handler.Mike Milner
2012-01-12Initial work on trusted CA cert handling.Mike Milner