Skip to content

Commit

Permalink
Added reference to endpoint based updating mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Sep 5, 2024
1 parent 5b07bb0 commit 1aa371d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instant-ssl-reloading-with-spring-tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The repository contains:

### SSL Updating entrypoint for the server:
The server has two ways to update the existing ssl material:
- 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)
- File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java)
- 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)
#### Requirements
Expand Down

0 comments on commit 1aa371d

Please sign in to comment.