mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
cli: dynamically select signature validation pubkey for release and pre-release artifacts
This commit is contained in:
parent
ada66a64a1
commit
8a851c8f39
19 changed files with 170 additions and 145 deletions
|
|
@ -8,12 +8,5 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
package constants
|
||||
|
||||
// CosignPublicKey signs all our releases.
|
||||
const CosignPublicKey = `-----BEGIN PUBLIC KEY-----
|
||||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEf8F1hpmwE+YCFXzjGtaQcrL6XZVT
|
||||
JmEe5iSLvG1SyQSAew7WdMKF6o9t8e2TFuCkzlOhhlws2OHWbiFZnFWCFw==
|
||||
-----END PUBLIC KEY-----
|
||||
`
|
||||
|
||||
// VersionBuild is the category of the current build.
|
||||
const VersionBuild = "Enterprise build; see documentation for license agreement"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue