Skip to main content

Name

crypto_engine — Enable hardware cryptography acceleration

Synopsis

Crypto_Engine = "engine_name"

Description

crypto_engine is an option to allow hardware acceleration of the cryptographic processes in Momentum. The right hand side takes the value of the specific hardware acceleration engine present. There is no default value for this option.

The example below shows how to configure Momentum to use the pkcs12 engine.

crypto_engine = "pkcs12"

Scope

crypto_engine is valid in the global scope.

Was this page helpful?