diff options
Diffstat (limited to 'https-server.sh')
-rwxr-xr-x | https-server.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/https-server.sh b/https-server.sh index ea105cd..376f400 100755 --- a/https-server.sh +++ b/https-server.sh @@ -7,7 +7,6 @@ stunnel -fd 0 <<EOF engine = dynamic engineCtrl = SO_PATH:${ENGINE_MODULE} engineCtrl = ID:pkcs11 -engineCtrl = LIST_ADD:1 engineCtrl = LOAD engineCtrl = MODULE_PATH:${PKCS11_MODULE} engineCtrl = PIN:${PKCS11_PIN} @@ -19,7 +18,7 @@ pid = [https] accept = :::4443 cert = $(pwd)/nogoodnik.cer -engineNum = 1 +engineId = pkcs11 key = label_boris exec = /usr/sbin/micro-httpd execargs = micro-httpd $(pwd) |