Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to download/export certificates from Trusted Signing #734

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 26, 2024

  1. exporter: add IExporter and Exporter impl

    Add new 'export' component that can export a certificate to a file on
    disk from a certificate provider.
    mjcheetham committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    262104a View commit details
    Browse the repository at this point in the history
  2. code: add cert export option to sign code command

    Add option to export the certificate used to sign code to all `code`
    commands, using the Exporter.
    mjcheetham committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8ad90f1 View commit details
    Browse the repository at this point in the history