-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodeman.toml
42 lines (33 loc) · 1.16 KB
/
nodeman.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[mongodb]
server = "mongodb://localhost/nodes"
[internal_ca]
issuer_ca_certificate = "internal_ca_certificate.pem"
issuer_ca_private_key = "internal_ca_private_key.pem"
validity_days = 1
ca_url = "https://localhost:9000"
#ca_fingerprint = "aabb0c2be794316541a6262aa091f4d40533e8436aaf7bd8e8a5e5e42998bd2a"
ca_fingerprint_file = "root_ca_fingerprint.txt"
provisioner_name = "test"
provisioner_private_key ="provisioner_private.json"
#[step]
#ca_url = "https://localhost:9000"
##ca_fingerprint = "aabb0c2be794316541a6262aa091f4d40533e8436aaf7bd8e8a5e5e42998bd2a"
#ca_fingerprint_file = "root_ca_fingerprint.txt"
#provisioner_name = "test"
#provisioner_private_key ="provisioner_private.json"
#[vault]
#server = "http://localhost:8200"
[nodes]
domain = "dev.dnstapir.se"
trusted_jwks = "tests/trusted_jwks.json"
mqtt_broker = "mqtts://localhost"
[nodes.mqtt_topics]
tem = "configuration/tem"
pop = "configuration/pop"
#[otlp]
#spans_endpoint = "http://localhost:4317"
#metrics_endpoint = "http://localhost:4317"
#insecure = true
[[users]]
username = "username"
password_hash = "$argon2id$v=19$m=65536,t=3,p=4$2UbbvL5YpSjGyeha++HE5g$o8iGuvAgrl0azPFDK79mCYQT10nqIGyU1XLipGwL4rc"