II.
LibraryProcess overview
Reference · livelib-process:desktop-development--code-signing-setup
specializations/desktop-development/code-signing-setup overview
Code Signing and Notarization Setup - Configure code signing for Windows (Authenticode), macOS (Developer ID + notarization), and Linux (GPG); set up certificate management and automated signing in build pipeline.
Attributes
displayName
specializations/desktop-development/code-signing-setup
description
Code Signing and Notarization Setup - Configure code signing for Windows (Authenticode), macOS
(Developer ID + notarization), and Linux (GPG); set up certificate management and automated signing in build pipeline.
libraryPath
library/specializations/desktop-development/code-signing-setup.js
specialization
desktop-development
references
- - Windows Authenticode: https://docs.microsoft.com/en-us/windows/win32/seccrypto/authenticode
- - Apple Code Signing: https://developer.apple.com/documentation/security/code_signing_services
- - electron-builder code signing: https://www.electron.build/code-signing
example
const result = await orchestrate('specializations/desktop-development/code-signing-setup', {
projectName: 'MyDesktopApp',
targetPlatforms: ['windows', 'macos', 'linux'],
signingProviders: {
windows: 'DigiCert',
macos: 'Apple Developer',
linux: 'GPG'
},
cicdPlatform: 'GitHub Actions'
});
usesAgents
- desktop-security-auditor
- windows-authenticode-signer
- macos-codesign-workflow
- macos-notarization-workflow
- linux-gpg-signing
- certificate-manager
- devops-engineer
- technical-writer
- ev-certificate-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_covers_topic1
- topic:hmac-signing·TopicHMAC Signing
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area3
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
- skill-area:signature-schemes·SkillAreaDigital Signature Schemes
uses_agent2
- lib-agent:desktop-development--desktop-security-auditor·LibraryAgentdesktop-security-auditor
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.