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

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.