-
Related
- Add option to CertificateRepository to load certificates from the filesystem (#1233) Closed
- Rework CertificateRepository so items are stored individually (#1237) Closed
- SSL certificates issue (#1228) Closed
- Modernize UserRepository schema (#1227) Open
- Load configuration from the database (#1118) Open
- Split VHosts to be stored separately (#729) Open
- Enhance Add SSL Certificate ad-hoc with option to set default (#1105) Closed
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Currently we use filesystem to store certificates which doesn't seem like the best solution, especially in cluster:
Using database as storage would solve both of those issues (with possibility to load certificates from filesystem to repository - though this may generate issues which certificate to use)