summaryrefslogtreecommitdiffstats
path: root/config/identity.properties.example
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-09 18:07:34 +0200
committerSimon Rettberg2014-10-09 18:07:34 +0200
commitfc332a43f363b66c30613898038f7868a84c822b (patch)
tree325dc9f8aada3a7f27d626f31446cb23bb84e284 /config/identity.properties.example
parentAdpated to type adaption of contentOperatingSystem. (diff)
downloadsatellite-daemon-fc332a43f363b66c30613898038f7868a84c822b.tar.gz
satellite-daemon-fc332a43f363b66c30613898038f7868a84c822b.tar.xz
satellite-daemon-fc332a43f363b66c30613898038f7868a84c822b.zip
Updated config examples
Diffstat (limited to 'config/identity.properties.example')
-rw-r--r--config/identity.properties.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/identity.properties.example b/config/identity.properties.example
new file mode 100644
index 0000000..9f965fa
--- /dev/null
+++ b/config/identity.properties.example
@@ -0,0 +1,8 @@
+# Name of this organization
+ORGANIZATION_NAME=my.university.com
+
+# The keypair for authentication
+MODULUS=123
+PUBLIC_EXPONENT=456
+PRIVATE_EXPONENT=789
+