diff options
Diffstat (limited to 'config/identity.properties.example')
-rw-r--r-- | config/identity.properties.example | 8 |
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 + |