vmware-archive / lightwave

Identity services for traditional infrastructure, applications and containers.
Other
321 stars 101 forks source link

How to separate Certificate store component from others. #42

Open mohandatla opened 5 years ago

mohandatla commented 5 years ago

I am doing a personal project on IoT devices and looking for windows certificate store alternative in Linux. In my initial look light wave is designed for Linux container host security & usage. a. Is there any architecture diagram that shows inter connection between various features present in light wave. b. currently i see it is supported only for X86 & x64, any plans to support arm & arm64 c. May I know what is the storage needs to use light wave. d. Can certificate store component separated from other component and use it independently.

You can also reach out to us via:

ppadmavilasom commented 5 years ago

b. Please see https://github.com/vmware/photon/tree/3.0/SPECS/lightwave for arm patches. this builds as part of photon's arm64 packages. you can get pre-built for arm64 here: https://vmware.bintray.com/photon_release_3.0_aarch64/aarch64/:lightwave-1.3.1.34-3.ph3.aarch64.rpm c. lightwave installs in under 60MB and requires an initial 10MB or so in directory database size which will grow according to usage. d. you will have to separate out the directory access part to a plugin based access to some other store If you look here: https://github.com/vmware/lightwave/tree/dev/mutentca you will see how such a plugin based storage access is done (mutentca short for multi tenanted ca)