add ssl/tls

- add expose port in gradle.properties
- update README.md
- update application.yml
This commit is contained in:
2025-07-31 13:11:59 +02:00
parent a44889da83
commit 61f215c3c7
4 changed files with 24 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ In realms of connectedness, where devices roam free, A nexus of management, harm
| server.error.include-exception | | Exception class on error |
| server.error.include-message | | Exception message on error |
| server.error.include-stacktrace | | stack trace on error |
| server.port | | HTTP port |
| server.ssl.enabled | | HTTP Enable SSL |
| server.ssl.key-store | ✗ | HTTP Keystore |
| server.ssl.key-store-type | | HTTP Cert Type |
| server.ssl.key-store-password | ✱ | HTTP Cert Pass |
| jwt.public-key | ✗ | JWT public key file |
| account-registry.url | ✔ | Account Register URL |
| device-registry.url | ✔ | Device Register URL |