secretflow / scql

SCQL (Secure Collaborative Query Language) is a system that allows multiple distrusting parties to run joint analysis without revealing their private data.
https://www.secretflow.org.cn/docs/scql/en/
Apache License 2.0
126 stars 46 forks source link

私钥生成问题 #384

Closed Repo-Zhuang closed 2 days ago

Repo-Zhuang commented 2 days ago

在生成私钥并交换公钥时出现以下问题,请问如何解决?


$  bash examples/p2p-tutorial/setup.sh
Using /mingw64/bin/openssl: OpenSSL 1.1.1n  15 Mar 2022
Generating root certificate authority RSA key and certificate
Generating RSA private key, 4096 bit long modulus (2 primes)
.................................................................................................................................................................................++++
................................++++
e is 65537 (0x010001)
name is expected to be in the format /type0=value0/type1=value1/type2=... where characters may be escaped by \. This name is not in that format: 'C:/Program Files/Git/CN=SCQL-root-ca@1730084533'
problems making Certificate Request
tongke6 commented 2 days ago

是在 windows 上运行的吗?

Repo-Zhuang commented 2 days ago

对的

tongke6 commented 2 days ago

不支持 windows 平台哈,请在 Linux 环境比如 ubuntu 上运行