I have installed OpenSSL 1.0.1f and created an Engine for RSA acceleration using GPU. The Engine is dynamic so it is known globally.
Then I have installed Apache $ sudo apt-get install apache2, created self signed certificates in order to provide HTTPS services, modified the configuration files, etc.
These two parts work properly but separately, i.e. when I try to specify Apache to use the RSA engine (in OpenSSL 1.0.1f) it just fails with message:
* The apache2 configtest failed. Not doing anything.
Output of config test was:
AH00526: Syntax error on line 3 of /etc/apache2/sites-enabled/default-ssl.conf:
SSLCryptoDevice: Invalid argument; must be one of: 'builtin' (none), 'rsax' (RSAX engine support), 'dynamic' (Dynamic engine loading support)
So my questions:
Under Ubuntu 14.04 64-bit, is Apache using other version of OpenSSL then the version installed by me?
And how can I link the Apache with the OpenSSL in order to use that Engine?
Server version: Apache/2.4.7 (Ubuntu)
Server built: Jan 14 2016 17:45:23