Skip to content

Commit 1aa371d

Browse files
committed
Added reference to endpoint based updating mechanism
1 parent 5b07bb0 commit 1aa371d

File tree

1 file changed

+1
-0
lines changed
  • instant-ssl-reloading-with-spring-tomcat

1 file changed

+1
-0
lines changed

instant-ssl-reloading-with-spring-tomcat/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The repository contains:
88

99
### SSL Updating entrypoint for the server:
1010
The server has two ways to update the existing ssl material:
11+
- REST, see here for the implementation: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java)
1112
- File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java)
1213
- Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database)
1314
#### Requirements

0 commit comments

Comments
 (0)