Please review the patch with fix for issue #593.
Issue:
The code expects a list of system certs in a configuration result.
But if there is only one cert, the JSON result has just the object but
not a list with one object.
Fix:
Put the single cert in an array and continue.
Both CA and clone CA installed fine and passed smoke test.
--Abhishek