Initial commit

This commit is contained in:
2022-04-28 19:41:28 +02:00
commit 691021ca70
274 changed files with 8929 additions and 0 deletions

7
srv/etc/versions.conf Normal file
View File

@ -0,0 +1,7 @@
[TheosUI]
0.1.0 = required:
[olymp]
0.1.0 =

View File

@ -0,0 +1 @@
#empty

View File

@ -0,0 +1 @@
#empty

1
srv/hsqldb/empty Normal file
View File

@ -0,0 +1 @@
#empty

1
srv/logs/main.log Normal file
View File

@ -0,0 +1 @@
#empty

1
srv/public_files/empty Normal file
View File

@ -0,0 +1 @@
#empty

6
srv/ssl/java ssl.txt Normal file
View File

@ -0,0 +1,6 @@
Keystore password: @VR&_*p%9!L+kC3FZ4QX
keytool -keygen -keyalg RSA -keysize 2048 -validity 365 -alias sslkey -keystore sslKeyStore.jks
keytool -export -alias sslkey -keystore sslKeyStore.jks -file sslKey.cert
keytool -import -file sslKey.cert -alias sslkey -keystore sslTrustStore.jts
365 28.03.2020

BIN
srv/ssl/sslKey.cert Normal file

Binary file not shown.

BIN
srv/ssl/sslKeyStore.jks Normal file

Binary file not shown.

BIN
srv/ssl/sslTrustStore.jks Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
#empty