Projects tigase _server server-core Issues #1119
Use database for certificate storage instead of filesystem (#1119)
Wojciech Kapcia (Tigase) 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) commented 5 years ago

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

  • Wojciech Kapcia (Tigase) commented 4 years ago

    Implementation done based on UserRepoRepository.

  • Wojciech Kapcia (Tigase) 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
0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1119
Please wait...
Page is in error, reload to recover