【发布时间】:2016-08-06 05:41:17
【问题描述】:
我有一个可用的 OpenSSL RSA 引擎(即一个 .so 文件)和一个配置为 SSL 模式的 Apache 服务器。
如何让 Apache 使用我的 RSA 引擎中的 RSA 实现?换句话说:我将引擎放在哪里(.so 文件),如何修改openssl.cnf 文件以及如何构建 Apache?
【问题讨论】:
-
Custom OpenSSL engine when running within Apache via mod_ssl 在 Unix 和 Linux Stack Exchange 上,Integrating Apache with PKCS#11 device via engine_pkcs11 and OpenSSL 在服务器故障上。
-
您好 jww,我已经阅读了您提供的第一个链接,但我不知道如何修改
openssl.cnf文件。你认为this 会是一个好的开始吗? -
@jww 我修改了
openssl.cnf文件,并按照我在上一条评论中提供的链接中的说明添加了我的引擎。 Apache documentation 说“要发现支持哪些引擎名称,请运行命令“openssl engine””,但我的引擎 ID 没有出现在列表中。我该如何解决这个问题?
标签: apache openssl mod-ssl openssl-engine