mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update tlcpdemo.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
set -e
|
||||
#set -e # which sudo will cause failure on windows
|
||||
|
||||
gmssl sm2keygen -pass 1234 -out rootcakey.pem
|
||||
gmssl certgen -C CN -ST Beijing -L Haidian -O PKU -OU CS -CN ROOTCA -days 3650 -key rootcakey.pem -pass 1234 -out rootcacert.pem -key_usage keyCertSign -key_usage cRLSign -ca
|
||||
|
||||
Reference in New Issue
Block a user