Difference: TWikiConfigureCheckersCertificateKeyCheckerDotPm ( vs. 1)

Revision 12013-10-14 - TWikiContributor

Line: 1 to 1
Added:
>
>

Package TWiki::Configure::Checkers::Certificate::KeyChecker

Configure GUI checker for Certificate Key items.

This checker validates files that contain private key files such as for the S/MIME signatures and for the Tasks framework.

It must be subclassed for the various certificate types, as the requirements are slightly different.

ObjectMethod check ($valueObject,$password) -> $errorString

Validates a Key item for the configure GUI
  • $valueObject - configure value object
  • $password - Optional password key name for this file

A lot of checking is done here to prevent mystery errors at runtime.

Returns empty string if OK, error string with any errors

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiConfigureCheckersCertificateKeyCheckerDotPm.