diff options
Diffstat (limited to 'pkg/mirumw-default.yaml')
| -rw-r--r-- | pkg/mirumw-default.yaml | 18 | +18 −0 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/mirumw-default.yaml b/pkg/mirumw-default.yaml new file mode 100644 --- /dev/null +++ b/pkg/mirumw-default.yaml @@ -0,0 +1,18 @@ +# Copyright (c) 2026 Nikolay Govorov +# SPDX-License-Identifier: AGPL-3.0-or-later + +server: localhost:2026 + +# Ed25519 private key for worker authentication (PEM-encoded PKCS8). +# Generate with: +# openssl genpkey -algorithm Ed25519 -out /etc/mirum/mirumw-default.key +# chmod 600 /etc/mirum/mirumw-default.key +# +# Register the public key on the daemon: +# PUBKEY=$(openssl pkey -in /etc/mirum/mirumw-default.key -pubout -outform der | base64 -w0) +# mirumd --socket /run/mirumd/admin.sock worker add --pubkey "$PUBKEY" +key_file: /etc/mirum/mirumw-default.key + +# Custom CA certificate for self-signed/dev TLS. +# Leave empty to use system trust store. +tls_ca: "" |
