Skip to content

Use this page to plan the dedicated server that runs the cold bridge and vault stack for cold vault operations.

Cold storage deployments require a cold vault server. If your deployment does not use cold storage, skip this page.

Purpose

The cold vault server is a dedicated, air-gapped machine for offline signing. It runs the cold bridge and the vault stack in an isolated environment, so operators transfer operation payloads manually between the online deployment and the cold vault server.

For the cold vault model, see Cold vaults.

Server requirements

AreaRequirement
HardwareDedicated standard server used only for cold vault operations.
Network isolationNo inbound or outbound network connectivity. The only permitted exception is connectivity to the HSM, if you use a network HSM.
Operating systemHardened Linux installed from verified media.
StorageRemovable SSD for the operating system, vault, and cold bridge software.
Transfer mediaApproved portable media, such as an approved USB device, for moving .dat files between environments.
Physical controlsControlled-access location and dual-control operating procedure.

Software components

The cold vault server needs:

  • Cold bridge software.
  • Vault stack components.
  • KMS or HSM drivers, if applicable.
  • A local browser, or a local API client such as curl or Postman, for cold bridge operations.

The vault component runs alongside the cold bridge. It polls the cold bridge for signing work in the same way a hot vault polls the online API, except the endpoint is local to the air-gapped server.

Air-gap checklist

Before using the cold vault server:

  • Disable or remove Wi-Fi.
  • Disable or remove Bluetooth.
  • Disable or disconnect Ethernet.
  • Disable cellular connectivity.
  • Disable network boot.
  • Block all inbound and outbound network connections. If you use a network HSM, allow connectivity to the HSM only.
  • Use wired keyboard and mouse.
  • Configure BIOS or firmware security controls.
  • Use tamper-evident controls required by your operational policy.
  • Record the server build and configuration in your operations documentation.

Artifacts to prepare

Before deployment, prepare:

ArtifactWhy you need it
Cold bridge softwareProvides the local UI and API for cold vault operations.
Vault stack componentsSigns operations with the KMS backend.
KMS or HSM configurationAllows the vault to use protected signing material.
Vault configurationRequired to redeploy the same cold vault if the server is replaced.
Transfer procedureDefines how .dat files move between online and air-gapped environments.

Next steps