How to use jsonrpc4j with CA certificate?
Closed this issue · 5 comments
fantasylion commented
I need a third-party docking interface is to use the HTTPS, also need to configure a CA certificate.How should be if use jsonrpc4j configuration?
Someone can help me? thank you
mslipper commented
Hi @FantasyLions,
I can take a look tonight and get back to you. I'm not sure off the of of my head.
fantasylion commented
@mslipper Thanks!
mslipper commented
@FantasyLions you should be able to configure a new CA certificate using Java's keystore
mechanism. Is there any additional processing that you need to do beyond simply accepting requests signed by the docking interface's CA?
XieWeiZM commented
@fantasylion How do you solve it ?
fantasylion commented
@XieWeiZM Just do it as mslipper said.