mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-20 15:26:26 +08:00
Update some demos
This commit is contained in:
7
demos/sdf/sdf-ssl-server.sh
Executable file
7
demos/sdf/sdf-ssl-server.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# `-trace` option require `.config enable-ssl-trace`
|
||||
|
||||
#trace="-trace"
|
||||
|
||||
#sudo gmssl s_server -tls1_2 -unlink -port 443 -cipher SM2 -engine sdf -keyform ENGINE -key ecc_1.sign -cert localhost-signcer.pem -msg -rev
|
||||
sudo gmssl s_server -rev $trace -tls1_2 -unlink -port 4433 -cipher SM2 -engine sdf -keyform ENGINE -cert localhost.pem -key ecc_1.sign
|
||||
Reference in New Issue
Block a user