python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Should my application store intermediate certificates or root certificates in trust store?
I have a J2EE application that makes requests to Salesforce, Docusign, and LexisNexis.
To make these requests, I first add the intermediate certificates for each of these sites into my server's trust ...
coltonyoung
Votes: 0
Answers: 0
Why SSL certificate match with private key but doesn't match with CSR?
I use the following command to create your private key and CSR (using the ECC algorithm):
openssl ecparam -out ECC.key -name prime256v1 -genkey -noout
openssl req -new -key ECC.key -out ECC.csr -sha25...
Tần Quảng
Votes: 0
Answers: 0
How to replicate mandatory requirement of server certificate on the REST API client system?
I am developing a desktop client application for an https-protocol based REST API provided by a third party.
I want to test the programmatic communication with the API when the server's certificate is...
AllSolutions
Votes: 0
Answers: 0
Where is the best location for the keystore in Jetty 10
I'm setting up a jetty application that needs to communicate with a sql server. I have successfully generated the keystore, but I'm not sure where the best location is to actually put the file. The de...
pbuchheit
Votes: 0
Answers: 1