Projects tigase _server server-core Issues #1119
Use database for certificate storage instead of filesystem (#1119)
Closed
wojciech.kapcia@tigase.net opened 5 years ago

Currently we use filesystem to store certificates which doesn't seem like the best solution, especially in cluster:

  • sharing certificates requires shared resource (NFS)
  • updating Tigase require special handling

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)

wojciech.kapcia@tigase.net commented 4 years ago

(slating for 8.2.0 as it will be potentially useful for Kangaroo)

wojciech.kapcia@tigase.net commented 4 years ago

Implementation done based on UserRepoRepository.

wojciech.kapcia@tigase.net commented 3 years ago

Improve the implementation to save certificates as individual items.

issue 1 of 1
Type
Task
Priority
Normal
Assignee
Version
tigase-server-8.2.0
Spent time
17h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1119
Please wait...
Page is in error, reload to recover