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

is there any support on integrating an SoftHSM? #2088

Open
keshavck opened this issue Feb 15, 2021 · 2 comments
Open

is there any support on integrating an SoftHSM? #2088

keshavck opened this issue Feb 15, 2021 · 2 comments

Comments

@keshavck
Copy link

is there any softHSM integration with the mosquitto broker for the security.

@ralight
Copy link
Contributor

ralight commented Feb 26, 2021

There is support for openssl engines, so if softHSM can be accessed through an openssl engine then yes, it should be possible.

The options to look at are:

# A valid openssl engine id. These can be listed with openssl engine command.
tls_engine engine

# SHA1 of the private key password when using an TLS engine. Some TLS engines
# such as the TPM engine may require the use of a password in order to be
# accessed. This option allows a hex encoded SHA1 hash of the password to the
# engine directly, instead of the user being prompted for the password.
tls_engine_kpass_sha1 engine_kpass_sha1

tls_keyform engine

@marco99asr
Copy link

can someone help me?
#2646

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

No branches or pull requests

3 participants