Michael Hanselmann (3): Add constant with cluster X509 certificates utils: Add function to extract X509 cert validity Verify cluster certificates in LUVerifyCluster
Makefile.am | 1 + lib/cmdlib.py | 77 ++++++++++++++++++++++++++++++++++++- lib/constants.py | 6 +++ lib/utils.py | 65 +++++++++++++++++++++++++++++++ test/data/cert1.pem | 14 +++++++ test/ganeti.cmdlib_unittest.py | 75 +++++++++++++++++++++++++++++++++++- test/ganeti.constants_unittest.py | 4 ++ test/ganeti.utils_unittest.py | 66 +++++++++++++++++++++++++++++++ 8 files changed, 304 insertions(+), 4 deletions(-) create mode 100644 test/data/cert1.pem
