There are lot's of behavior we have in Digicert::Base class aren't necessary for it's subs classes, this exposes some interfaces that might create some problem, so the main purpose of this PR is to simplify the Digicert::Base class so it would be shareable, and extract customs behavior so we can add those whenever necessary.
There are lot's of behavior we have in
Digicert::Base
class aren't necessary for it's subs classes, this exposes some interfaces that might create some problem, so the main purpose of this PR is to simplify theDigicert::Base
class so it would be shareable, and extract customs behavior so we can add those whenever necessary.