You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import into Keychain, export by selecting top-level certificate and private key
Run go run github.com/anchore/quill/cmd/quill@latest p12 describe <p12> with success
Run go run github.com/anchore/quill/cmd/quill@latest p12 attach-chain <p12> with failure
Anything else we need to know?: It's totally possible I'm doing something wrong here...
Environment:
Output of version command: v0.4.1 (go version go1.22.4 darwin/arm64)
OS (e.g: cat /etc/os-release or similar): uname -a: Darwin pikachu.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
Ah, okay, the issue here was a I used a Developer ID Installer certificate instead of a Developer ID Application. The docs I followed from goreleaser were wrong. Apologies for the noise!
What happened: Attempted to sign (and attach the fullchain), which resulted in the following error:
What you expected to happen: Either sign/notarization or attach-fullchain to succeed
How to reproduce it (as minimally and precisely as possible):
Keychain
, export by selecting top-level certificate and private keygo run github.com/anchore/quill/cmd/quill@latest p12 describe <p12>
with successgo run github.com/anchore/quill/cmd/quill@latest p12 attach-chain <p12>
with failureAnything else we need to know?: It's totally possible I'm doing something wrong here...
Environment:
version
command:v0.4.1
(go version go1.22.4 darwin/arm64
)cat /etc/os-release
or similar):uname -a
:Darwin pikachu.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: