V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
louisxxx
V2EX  ›  问与答

微软 Trusted Signing 代码签名真不错

  •  1
     
  •   louisxxx · 53 天前 · 1452 次点击
    这是一个创建于 53 天前的主题,其中的信息可能已经有所发展或是发生改变。

    注册到申请几小时就通过了也没打电话 过程中就发了一个邮件验证, 点击里面 URL 进去确认然后就验证通过了(美国公司); 创建证书然后就能直接用 jsign 签名了,可集成到 CI/CD 中, 不需要微软那些 SDK 工具; 实测可过 smartscreen

    brew install azure-cli
    az login
    region=eus
    account=Trusted-Signing-account
    profile=cert-profile-name
    app=Download/app-win-x64-1.0.0-test.exe
    
    jsign \
      --storetype 'TRUSTEDSIGNING' \
      --keystore "${region}.codesigning.azure.net" \
      --alias "${account}/${profile}" \
      --storepass "$(az account get-access-token \
        --resource 'https://codesigning.azure.net' \
        --query 'accessToken' -o tsv)" \
      "$app"
    

    然后就签好了

    2 条回复    2025-05-17 11:58:10 +08:00
    Damn
        1
    Damn  
       53 天前
    那么问题来了,如何开一家赛博美/加公司人并通过验证?
    fairytale
        2
    fairytale  
       53 天前 via Android
    能过 whql 么
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5453 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 06:29 · PVG 14:29 · LAX 23:29 · JFK 02:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.