feat: Add simple doc file about usecases

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-18 16:44:04 +01:00
parent f1cfce920a
commit d709a59145

13
docs/potentialUsecases.md Normal file
View file

@ -0,0 +1,13 @@
# Potential use cases for this software
Potential implementable use cases in vision for this software.
(Not in order!)
- Managing certificates and keys of:
- Custom certificate authorities
- Custom X509v3 certificates (including signing them with custom authorities)
- Trusted root certificate authorities
- Trusted X509v3 certificates
- Deploying certificate updates to other services
- Bundling certificates into "bundles" which can be extracted to:
- ZIP, PEM bundle, Java truststore/keystore
- ... _additional ideas here