Kernel::Test::Role::Environment::ProvideTestSMIMEEnvironment

NAME

Kernel::Test::Role::Environment::ProvideTestSMIMEEnvironment – role to provide a temporary, separate SMIME environment for tests.

PUBLIC INTERFACE

has 'SMIMECertPath'

creates a separate, temporary directory for SMIME certificate storage.

has 'SMIMEPrivatePath'

creates a separate, temporary directory for SMIME private keys storage.

ProvideTestSMIMEEnvironment()

creates an empty, temporary certificate store that is cleaned up after the test, and configures it to be used.

Scroll to Top