louisxxx
V2EX  ›  问与答

微软 Trusted Signing 代码签名真不错

  •  1
     
  •   louisxxx · May 17, 2025 · 2135 views
    This topic created in 370 days ago, the information mentioned may be changed or developed.

    注册到申请几小时就通过了也没打电话 过程中就发了一个邮件验证, 点击里面 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 replies    2025-05-17 11:58:10 +08:00
    Damn
        1
    Damn  
       May 17, 2025
    那么问题来了,如何开一家赛博美/加公司人并通过验证?
    fairytale
        2
    fairytale  
       May 17, 2025 via Android
    能过 whql 么
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1452 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 17:02 · PVG 01:02 · LAX 10:02 · JFK 13:02
    ♥ Do have faith in what you're doing.