1 Star 0 Fork 4

sdlpal/scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gencert 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pal Lockheart 提交于 2020-01-05 12:55 . [ci skip] update posix gencert
#!/bin/sh
openssl x509 -req -days 3650 -in sdlpal.csr -out sdlpal.crt -signkey sdlpal.key -extfile sdlpal.req.cfg -extensions extensions
openssl pkcs12 -in sdlpal.crt -inkey sdlpal.key -out ../winrt/SDLPal.UWP/SDLPal_TemporaryKey.pfx -export
thumbprint=$(openssl pkcs12 -in ../winrt/SDLPal.UWP/SDLPal_TemporaryKey.pfx -passin pass:"" -passout pass:"" | openssl x509 -noout -fingerprint | awk -F'=' '{ print $2 };' | tr -d ':')
sed -i "s@<PackageCertificateThumbprint>[0-9a-fA-F]*</PackageCertificateThumbprint>@<PackageCertificateThumbprint>$thumbprint</PackageCertificateThumbprint>@g" ../winrt/SDLPal.UWP/SDLPal.UWP.vcxproj
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/sdlpal/scripts.git
git@gitee.com:sdlpal/scripts.git
sdlpal
scripts
scripts
master

搜索帮助