高中生

- 金币
- 1730
- 好评
- 1
- 信誉
- 100
|
发表于
2025-4-30 15:25:25
|
显示全部楼层
来自 浙江
本帖最后由 firony 于 2025-4-30 15:33 编辑
小米13,澎湃2.108,无法完成,小白看不懂一推代码
------------------------------------
$ python3 keyboxGenerator_v2.0.py $ openssl ecparam -name prime256v1 -genkey -noout -out "ecPrivateKey.pem"
sh: openssl: inaccessible or not found
$ openssl req -new -x509 -key "ecPrivateKey.pem" -out certificate.pem -days 3650 -subj "/CN=Keybox"
sh: openssl: inaccessible or not found
$ openssl genrsa -out "rsaPrivateKey.pem" 2048
sh: openssl: inaccessible or not found
Cannot generate a sample ``keybox.xml`` file since 3 PEM files were not generated successfully.
Please press the enter key to exit (11). |
|