Score:0

Which certificates are to be used for SSL verification programatically?

in flag

I am trying to invoke an API using python and it requires me to do SSL verification. I have a jks certificate which I converted to a pem file using below commands.

keytool -importkeystore -srckeystore client.jks -destkeystore client.pkcs -srcstoretype JKS -deststoretype PKCS12

openssl pkcs12 -in client.pkcs -out client.pem

The pem file has a private key and multiple certificates in it. I am not sure which certificate to use for my SSL verification. How to identify the right certificate to do this task? Can someone please help with it?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.