增加获取HSM私钥句柄
安装包增加libcertex库 增加HSM配置文件rcsp.con
This commit is contained in:
@@ -59,6 +59,8 @@ statsd_server=192.168.10.72
|
||||
statsd_port=8126
|
||||
|
||||
[certex_hsm]
|
||||
enable=0
|
||||
library_path=lib/libcertex-rcsp_r.so.v.3.0.40.2
|
||||
enable=1
|
||||
password="987654321"
|
||||
label="TEST"
|
||||
library_path=./lib/libcertex-rcsp_r.so.v.3.0.40.3
|
||||
|
||||
|
||||
BIN
resource/lib/libcertex-rcsp_r.so.v.3.0.40.3
Normal file
BIN
resource/lib/libcertex-rcsp_r.so.v.3.0.40.3
Normal file
Binary file not shown.
18
resource/rcsp/rcsp.conf
Normal file
18
resource/rcsp/rcsp.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
[RAPI]
|
||||
host = 172.16.172.216
|
||||
port = 62556
|
||||
auth = 0
|
||||
|
||||
[Admin]
|
||||
name = hsm
|
||||
pass = qwerty
|
||||
|
||||
[SSL]
|
||||
level = 0
|
||||
host = 172.16.172.216
|
||||
key_file = /Certex/etc/ssl/key.pem
|
||||
crt_file = /Certex/etc/ssl/cert.pem
|
||||
ca_file = /Certex/etc/ssl/ca.pem
|
||||
ca_path = /Certex/etc/ssl/certs
|
||||
mask = C=KZ;O=Gamma;OU=Certex;CN=HSMII-B-0028
|
||||
|
||||
Reference in New Issue
Block a user