signing-enclave
Version:
A code signing and notarization tool for macOS and Windows applications. Uses Azure Key Vault for secret and certificate management.
10 lines (9 loc) • 339 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const persistCerts: Command<[], {
folder: string;
macCert?: string | undefined;
macInstallerCert?: string | undefined;
masDevelopmentCert?: string | undefined;
masDistributionCert?: string | undefined;
masInstallerCert?: string | undefined;
}>;