diff --git a/signing/sign.sh b/signing/sign.sh index 3b99426ca5..fdc61dd458 100755 --- a/signing/sign.sh +++ b/signing/sign.sh @@ -10,7 +10,7 @@ fi DATA_DIR="$(readlink -f "$1")" KEYS_DIR="$(readlink -f "$(dirname "$0")")" SIGS_DIR="$(readlink -f "$2")" -SERVER_ADDR="${3:-10.7.16.138}" +SERVER_ADDR="${3:-10.7.68.100}" SERVER_PORT="${4:-50051}" echo "=== Verifying update payload... ===" @@ -32,7 +32,7 @@ pushd "${DATA_DIR}" --image "${DATA_DIR}/coreos_production_update.bin" \ --kernel "${DATA_DIR}/coreos_production_image.vmlinuz" \ --output "${DATA_DIR}/coreos_production_update.gz" \ - --private_keys "${KEYS_DIR}/devel.key.pem+fero:coreos-update-prod" \ + --private_keys "${KEYS_DIR}/devel.key.pem+fero:coreos-image-signing-key" \ --public_keys "${KEYS_DIR}/devel.pub.pem+${KEYS_DIR}/prod-2.pub.pem" \ --keys_separator "+" \ --signing_server_address "$SERVER_ADDR" \ @@ -53,7 +53,7 @@ fero-client \ sign \ --file "${DATA_DIR}/torcx_manifest.json" \ --output "${DATA_DIR}/torcx_manifest.json.sig-fero" \ - --secret-key coreos-torcx \ + --secret-key coreos-app-signing-key \ ${torcx_signature_arg} gpg2 --enarmor \ --output "${DATA_DIR}/torcx_manifest.json.asc" \