Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caricamento certificati su db #146

Open
AlessandroCimarelli opened this issue Nov 20, 2023 · 0 comments
Open

Caricamento certificati su db #146

AlessandroCimarelli opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AlessandroCimarelli
Copy link

Necessità:
Per poter gestire meglio i certificati, le public/private key e i certificati client in un solo punto, tramite interfaccia.

Soluzione:
Utilizzando l'interfaccia web, si potrebbero caricare tutte le tipologie dei certificati all'interno del db, e poi essere recuperati quando si necessita la verifica, utilizzando una cache per non fare troppe richieste al db.

Alternative:
l'alternativa è create o aggiornare un key store e/o truststore su filesystem

Note:
Avere tutti i certificati su db può essere utili in una configuazione in cluster, senza dover caricare su tutti i server del cluster i certificati necessari.

@AlessandroCimarelli AlessandroCimarelli added the enhancement New feature or request label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant