Category: Signing Manager
Signing Manager Quick Start Guide
July 17, 2024Signing Manager is a macOS app to enable Code Signing on remote systems without access to the private key. It works with built-in Apple tools …
Using Signing Service With HSM and PKCS11
February 6, 2024Signing Service can optionally store certificates in an HSM (Hardware Security Module) instead of in the local database. This can provide an additional layer of …
Signing Service Update: v2.0
June 19, 2023Signing Manager for macOS provides an ideal system for securing code and package signing identities. Version 2.0 brings in a large number of new features: …
Deploying Signing Service
May 23, 2022Signing Manager for macOS provides an ideal system for securing code and package signing identities. Implement secure access to the identities with API keys, access …
How Signing Service Subscriptions Work
May 20, 2022Getting Started Signing Service can initially be used without a subscription to get started. To unlock the full abilities of Signing Service go to the …
How to Deploy Signing Service To AWS
January 5, 2022Install eb-cli Follow these instructions to install AWS eb-cli. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html Clone the Repository Clone this repository and cd to its directory in Terminal. Add elasticbeanstalk …
Wrapping Private Keys for Google HSM from macOS Keychain
December 15, 2021We are integrating Hardware Security Module (HSM) support for our Signing Service! Importing existing developer identities is important; Signing Service is a secure service for …
Customizing Signing Manager for a Web API
May 11, 2021Overview Signing Manager uses a script located in ~/Library/Application Scripts/com.twocanoes.signing-manager.tcstoken to discover and sign binaries. The binary is named “token” and requires the following options: …
Signing Manager Administrator Guide
May 7, 2021Current Version 2.0 Overview Signing Manager is comprised of two components: Signing Manager (macOS app) and Signing Service (web app). Signing Manager is a macOS …