Removing keystore way to provide Ceritficate to leshan-server-demo. #1136
Labels
demo
Impact our demo (not libraries)
housekeeping
Refactoring, cleaning code or API
server
Impact LWM2M server
Milestone
Currently there is 2 way to provide certificate to leshan-server-demo :
For a demo I think we should limit ourself to only 1 way and so keep the der/pem encoded way :
2.1 because this means more documentation
2.2 more code to maintain
2.3 more use-case to test
Just to be clear, this is just about demo, at Leshan library level, we will still be able to use KeyStore as we use java abstraction and so we don't care from where come Certificate/PublicKeyPrivateKey. So this is really just a Leshan demo question.
The text was updated successfully, but these errors were encountered: