I dont know alot about certification, Ive been ask to do some API usage, and I need to "attach certificate" with the request, which makes sence (I know what certificates are used for). How ever, they've added an example on their documentation. They wrote:
They left a rough example on how its supposed to look like I assume.
keytool -import -alias xxx.web.com -file xxx.web.com.crt -keystore xxx.web.com.jks -storepass password.
How does that work, I assume I need to:
I'm pretty sure I am missing some bits. I've tried to play around with it, but I am not sure what my end result and whats the process of it would be.