Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/mpcium/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

const (
Version = "0.3.1"
Version = "0.3.2"
DefaultBackupPeriodSeconds = 300 // (5 minutes)
)

Expand Down
13 changes: 2 additions & 11 deletions deployments/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ This directory contains deployment scripts and configurations for **production d

Mpcium is a distributed threshold cryptographic system that requires multiple nodes to collaborate for secure operations. This deployment guide covers setting up a **secure, production-ready** MPC cluster with proper security hardening, systemd integration, and operational best practices.

## Quick Start (Recommended)

For automated deployment, use the setup script:

```bash
sudo ./setup-config.sh
```

This script handles all configuration, permissions, and service setup automatically.

## Prerequisites

### Infrastructure Requirements
Expand Down Expand Up @@ -99,7 +89,8 @@ On **one designated node** only:
mpcium-cli generate-initiator --encrypt
```

⚠️ **Important**:
⚠️ **Important**:

- This creates an encrypted private key file with `.key.age` extension that you'll need to securely distribute to application nodes that initiate MPC operations
- Copy the public key from `initiator_identity.json` and update the `event_initiator_pubkey` field in `/etc/mpcium/config.yaml` on **all nodes**

Expand Down
Loading
Loading