Moved external HttpServer to hal-core and added SSL possibility through LestEncrypt

This commit is contained in:
Ziver Koc 2021-08-05 16:41:10 +02:00
parent 2dc35e212b
commit e8270d4027
6 changed files with 113 additions and 22 deletions

View file

@ -4,4 +4,6 @@
dependencies {
implementation 'org.xerial:sqlite-jdbc:3.32.3.2'
implementation 'org.shredzone.acme4j:acme4j-client:2.12'
implementation 'org.shredzone.acme4j:acme4j-utils:2.12'
}