This commit will update the `ValidateCertificateSecret` interface signature to return only error
instead of (bool, error) which will suggest if the validation is successful or not.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
This commit will add the necessary fields to ProviderCertManagerConfig which are
required as an user input to create a Certificate via cert-manager provider and
will use `CommonConfig` which will have common fields required for any and all Providers.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>