aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/mirumw-default.yaml')
-rw-r--r--pkg/mirumw-default.yaml15+15 −0
1 files changed, 15 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,15 @@
+# Copyright (c) 2026 Nikolay Govorov
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+server: localhost:2026
+
+# Ed25519 key pair for worker authentication.
+# Generate with:
+# openssl genpkey -algorithm Ed25519 -out /etc/mirum/mirumw-default.key
+# openssl pkey -in /etc/mirum/mirumw-default.key -pubout -out /etc/mirum/mirumw-default.pub
+key_file: /etc/mirum/mirumw-default.key
+pub_key_file: /etc/mirum/mirumw-default.pub
+
+# Custom CA certificate for self-signed/dev TLS.
+# Leave empty to use system trust store.
+tls_ca: ""