Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

How to separate Certificate store component from others. #42

Open
mohandatla opened this issue Feb 6, 2019 · 1 comment
Open

How to separate Certificate store component from others. #42

mohandatla opened this issue Feb 6, 2019 · 1 comment

Comments

@mohandatla
Copy link

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
Copy link
Contributor

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants