We have a code signing setup using HSM over network. On mac we were using tokend previously but with macOS 10.15 tokend is disabled and we need to move to Cryptotokenkit. Is there any possible suggestion/solution available in which we can fetch the token from network based HSM instead of smartcard?
Moving from tokend to in Cryptotoken kit code signing
208 views Asked by user2028602 At
1
There are 1 answers
Related Questions in MACOS
- Error installing Nativescript on Mac M2 Sonoma 14.4.1
- macOS - Most secure way of a GUI SUDO_ASKPASS
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- ZSH function parameters conundrum
- how to make read only file/directory in Mac writable
- macOS BigSur - Unable to run bundled php version or brew php 8
- 9 Digit Addresses in Hexadecimal System in MacOS
- MacOS Bash-Script: while read p and echo
- How to make a range for tail rows on a categorized table in Numbers with JXA scripts?
- Cannot build a basic project with curl on Mac (M2) for Raspberry Pi Pico
- How to recover deleted files from create vite react project
- Can't run built SFML project from Xcode template
- React Native - RealmJS - Linker command failed with exit code 1
- How can I manually add a keyboard shortcut to a Shortcut Action Service directly via the system files, without going through the System Prefs GUI?
Related Questions in CODE-SIGNING
- Identrust X Google Cloud HSM X Electron Builder
- Siging an exe with Yubikey error Error: SignerSign() failed
- Is there any benefit to using self-signed certificates for code signing over not signing C# binaries at all?
- How to fix a CS0281 error on build server
- How to use DigiCert Signing Manager Controller (smctl) in Azure DevOps classic pipeline?
- Is it possible for Electron builder MacOS codesigning to skip locale files?
- How cosign finds a record in Rekor when verifying?
- Manually created MacOS apps being deleted
- Fastlane, iOS Provisioning Profiles & Push Notification permissions (by example)
- python BeeWare briefcase: cannot package and adhoc-sign mac os app
- Python beeware: Unable to code sign with “briefcase package --adhoc-sign“
- SignTool - unexpected internal error - Could not associate private key with certificate
- What is the most streamlined way to implement code signing in Azure DevOps build pipelines in 2024?
- How do I use Xcode to codesign a command line utility I created with SPM?
- Is there a way to speed up signtool? It is slow
Related Questions in MACOS-CATALINA
- Why brew install shivammathur/php/[email protected] has got dependencies that has nothing to do with php (ninja, llvm, rust, ruby, vim) on MacOS Catalina
- Error Downloading MariaDB Server on MacOS 10.15 no-system-libs
- How to install Qt5 on MacOS Catalina
- Install libtensorflow universal binary via Homebrew
- hdiutil failing on macOS Catalina with a write error when creating a file on a network drive. The error does not happen on macOS mojave
- adb return 'Terminated: 15' on MACOS
- Couldn't resolve Mac error on VS2022 .NET MAUI
- Why do I get the "dyld: Library not loaded: @executable_path/../Python3" error when running jupyter notebook and how can i fix it?
- Emojis in NSStatusItem title are dark tinted when using Light Mode on Catalina
- Apt update returning error code on container
- Error when taking a screenshot of a very large window
- Installing RVM in macOS (Catalina) errors
- Prompt "can't exec xcodebuild Operation Not Permitted" after Upgraded Xcode to 12.4 with macOS Catalina 10.15.7
- Permission Error while creating new file in VS code
- configure: error: iconv does not support errno
Related Questions in TOKEND
Related Questions in CRYPTOTOKENKIT
- Got an Error The contract function "addLiquidityETH" reverted with the following reason: TRANSFER_FROM_FAILED
- TKSmartCardSlotManager iOS
- Moving from tokend to in Cryptotoken kit code signing
- REST-based Cryptotokenkit implementation
- How do I bind to a system framework with Xamarin.Mac?
- Read NFC (Mifare Classic 1K) with CryptoTokenKit
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
We had to deal with this and it was a pain. I was tasked to take a look at what would be involved in migrating from tokend to CTK and it looked like a very tough task. We eventually got it working with third party software. There were a couple products we looked at but we ended up selecting GaraSign. At the time they were the only one who had macOS signing working but I believe some of their competitors now have it too.