Skip to content

EJBCA and SoftHSM2 #273

Answered by aleloco09
aleloco09 asked this question in Q&A
Apr 18, 2023 · 10 comments · 26 replies
Discussion options

You must be logged in to vote

Thanks guys for all your support, I have really appreciated that.
Thanks to your prompts, I have actually managed to run SoftHSM and EJBCA in 2 separated containers.
Bashing on the EJBCA container, I have ldd on libsofthsm2.so and there was a dependency problem: libcrypto.so.10 was missing.
To overcome this, on the Dockerfile suggested by Sven that lib should be copied as well from the builder:
COPY --from=builder --chown=10001:0 /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.10

Anyways there is another little doubt now, whenever I create a new slot at runtime:
softhsm2-util --init-token --free --label RootCA --so-pin foo123 --pin foo123
In order to see it from the webapp, I need to r…

Replies: 10 comments 26 replies

Comment options

You must be logged in to vote
10 replies
@primetomas
Comment options

@aleloco09
Comment options

@aleloco09
Comment options

@primetomas
Comment options

@aleloco09
Comment options

Comment options

You must be logged in to vote
2 replies
@aleloco09
Comment options

@primetomas
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@primetomas
Comment options

Comment options

You must be logged in to vote
4 replies
@primetomas
Comment options

@aleloco09
Comment options

@svenska-primekey
Comment options

@aleloco09
Comment options

Comment options

You must be logged in to vote
3 replies
@svenska-primekey
Comment options

@aleloco09
Comment options

@primetomas
Comment options

Comment options

You must be logged in to vote
1 reply
@primetomas
Comment options

Answer selected by aleloco09
Comment options

You must be logged in to vote
1 reply
@primetomas
Comment options

Comment options

You must be logged in to vote
3 replies
@Babacar98
Comment options

@svenska-primekey
Comment options

@Babacar98
Comment options

Comment options

You must be logged in to vote
1 reply
@primetomas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants