Skip to content

Releases

Christoph Settgast edited this page May 5, 2023 · 8 revisions

Return Home

Updating the windows signing certificate

  1. Start and download the certificate on the same PC with CA, eg via https://signmycode.com/
  2. Export the certificate and private key as one pfx file with a password, note the password: https://techdirectarchive.com/2020/04/09/how-to-export-the-certificate-in-pfx-format-in-windows/ In the wizard:
    • with private key
    • with all certificates in the certification path
    • without certificate privacy
  3. Encode the pfx file into base64 via powershell: https://stackoverflow.com/questions/46959822/base-64-encoded-form-of-the-pfx-file
  4. Upload the base64 pfx into the secret PFX_BASE64 on
  5. Save the pfx password that you choose during export (step 2) into secret PFX_PASSWORD