github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/update/keys/keys.go (about) 1 package keys 2 3 // READ BEFORE EDITING THIS FILE: 4 // This file should include only the AppID and PublicKey 5 // as we want to have a smaller fingerprint on update/installer, 6 // which imports it. 7 8 // AppID is Equinox's app ID for this tool 9 var AppID = "app_3V9rgoT6qD1" 10 11 // PublicKey is the public key for the certificate used with Equinox 12 var PublicKey = []byte(` 13 -----BEGIN ECDSA PUBLIC KEY----- 14 MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE1+wgAlkBJRmtRwmZWfq9fa8dBlJ929hM 15 BzASHioHo6RP1V+4EKnAxaYXN4eWlgalxQ2BEr8TqYRM+uHPizteVR11wKfsO6S0 16 GENiOKpfivw5FIiTN14MZeMTagiKJUOq 17 -----END ECDSA PUBLIC KEY----- 18 `)