| securis/etc/build/files/config/securis-server.properties | patch | view | blame | history | |
| securis/etc/build/files/securis-server.bat | patch | view | blame | history | |
| securis/pom.xml | patch | view | blame | history | |
| securis/src/main/resources/securis-server.properties | patch | view | blame | history | |
| securis/src/main/resources/server.properties | patch | view | blame | history |
securis/etc/build/files/config/securis-server.properties
.. .. @@ -8,7 +8,7 @@ 8 8 license.server.port = 9080 9 9 license.server.ssl.port = 9443 10 10 11 -ssl.keystore.path = /Users/rob/.ssh/keys/securis.pkcs1211 +ssl.keystore.path = /change-path-to/securis.pkcs1212 12 ssl.keystore.type = PKCS12 13 13 ssl.keystore.password = curist3c 14 14 ssl.keystore.alias = securis/etc/build/files/securis-server.batdeleted file mode 100644
.. .. @@ -1,4 +0,0 @@ 1 -@echo off2 -3 -set CLASSPATH="config;libs\*"4 -java -client -cp "%CLASSPATH%" net.curisit.securis.License %*securis/pom.xml
.. .. @@ -2,7 +2,7 @@ 2 2 <modelVersion>4.0.0</modelVersion> 3 3 <groupId>net.curisit</groupId> 4 4 <artifactId>securis-server</artifactId> 5 - <version>0.0.2-SNAPSHOT</version>5 + <version>0.0.3-SNAPSHOT</version>6 6 <name>SeCuris</name> 7 7 <description>CurisTEC Server Licenses</description> 8 8 <dependencies> securis/src/main/resources/securis-server.properties
.. .. @@ -0,0 +1,14 @@ 1 +#########################################################################2 +# #3 +# Modify the current file using the proper values for you environment #4 +# #5 +#########################################################################6 +7 +license.server.hostname = 0.0.0.08 +license.server.port = 90809 +license.server.ssl.port = 944310 +11 +ssl.keystore.path = /change-path-to/securis.pkcs1212 +ssl.keystore.type = PKCS1213 +ssl.keystore.password = curist3c14 +ssl.keystore.alias =securis/src/main/resources/server.propertiesdeleted file mode 100644
.. .. @@ -1 +0,0 @@ 1 -port=9997