blob: 99dc7488160fc55fe2b64951a98854b4fb9f5980 (
plain) (
blame)
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
|
--- defaults/krill.conf.orig 2023-10-17 13:31:11 UTC
+++ defaults/krill.conf
@@ -30,6 +30,7 @@
# alternative to 'storage_uri'.
#
### storage_uri = "./data"
+data_dir = "/var/krill"
# TLS Keys Dir
#
@@ -215,7 +216,7 @@
# <service_uri>api/v1/... (api)
# <service_uri>rfc6492 (for remote children)
# <service_uri>... (various UI resources)
-### service_uri = "https://localhost:3000/"
+service_uri = "https://localhost:3000/"
######################################################################################
@@ -466,4 +467,4 @@
# timing_child_certificate_valid_weeks = 52
# timing_child_certificate_reissue_weeks_before = 4
# timing_roa_valid_weeks = 52
-# timing_roa_reissue_weeks_before = 4
\ No newline at end of file
+# timing_roa_reissue_weeks_before = 4
|