Questions tagged [ca]

A Certification Authority(CA) is a trusted third party which asserts the identity of a remote website.

References

696 questions
0
votes
1 answer

Dynamically create SSL certs/keys with common CA

I'm having some trouble navigating the confusing world of Ruby OpenSSL libraries. The desired end result would be dynamically creating SSL server certs and keys for use with WEBrick::HTTPProxyServer, each with a CN corresponding to the requested…
Tasos Laskos
  • 345
  • 1
  • 7
0
votes
2 answers

https post request using httpClient and cert.em

I have a piece of code that sends a payload to a https endpoint(or should). I also have a CA chain in .pem format and this how in code I try and add that use it to do the POST. HttpClient client = new HttpClient(); Gson gson = new…
Scooby
  • 3,371
  • 8
  • 44
  • 84
0
votes
0 answers

Create my own Authenticode root certificate and submit it to Microsoft

Scenario: I create my own root certificate for Authenticode (used to sign executable only). Easy. Unfortunately, it will only work on computers where I have installed the certificate! So, I want to become an official CA (the root certificate will be…
0
votes
1 answer

Android : Programmatically trust Certificate Authority

I am enrolling my email against an exchange server authenticated by CA cert. How do I make my device trust the CA programmatically so that it an be authenticated using the CA cert ?
Theguy
  • 197
  • 2
  • 13
0
votes
1 answer

Configure CA Certificate to be installed in Android

I have a custom SSL Root CA for the web and I want to be able to install it on android devices. If I download it it says "No certificate to install". How can I configure the certificate to work using openSSL or another tool? I have done some…
user2189362
  • 103
  • 1
  • 9
0
votes
1 answer

MongoDB ssl in java works only with intermediate certificate

I'm using MongoDB 2.6.3 with SSL connection. I am not using client validation, and the SSL configuration is only: sslMode = requireSSL sslPEMKeyFile = /path/to/MyServerCertificate.pem The certificate I'm using is signed, and issued to my…
matanper
  • 881
  • 8
  • 24
0
votes
0 answers

Format for distributing my CA certificate

I have generated my own CA files - cacert.pem, careq.pem, cakey.pem. The internet explained that I definitely shouldn't use PKCS#12 (.p12) as it exposes my private key and that browsers like .der format (which is binary format for pem?!). This just…
roman
  • 525
  • 4
  • 17
0
votes
0 answers

Python Retrieve CA chain

What is the python way for getting complete ssl ca certificate chain from the server. In other words, is Pythons(2.7) ssl_wrapper has any method that can do openssl s_client **-showcerts** connect xxx.xxx.xxx.xxx:443 I want to be able to achive…
SrujanSreepathi
  • 91
  • 1
  • 1
  • 6
0
votes
1 answer

how do you validate server cert & each of the certificate in the chain up to the ROOT in perl - 4 levels deep

how do you validate server cert & each of the certificate in the chain up to the ROOT in perl - 4 levels deep. I want to be able to check if they are valid & the signing is done right, also want to check if any of them are revoked in perl. check:…
newnovice
  • 11
  • 1
0
votes
0 answers

OpenSSL - Sign the certificate with own CA

I hope you can help me. I'm about to sign jar-files with a self created certificate using OpenSSL. The jar-File contains an old Java-Applet which Java is blocking (as long as it is not signed) in the browser since version 7.51. Once it is signed, I…
Joey
  • 11
  • 7
0
votes
1 answer

Magento layered navigation not working with solr

The issue is when i enabled solr (i successfully configured solr and tested successfully) in magento enterprise,the layered navigation filter is not working properly. i.e displaying all category products not filter with attributes value. If i set…
raheem.unr
  • 797
  • 1
  • 7
  • 16
0
votes
1 answer

Error starting proxy server in Apache JMeter

When I attempt to start a proxy server in JMeter I'm presented with the following error: could not create script recording proxy -see log for details: Command:'keytool -genkeypair alias :root_ca: -dname "CN=_DO NOT INSTALL unless this is your…
C_B
  • 2,620
  • 3
  • 23
  • 45
0
votes
0 answers

Self signed SSL key generation for a specific application

I am trying to generate the re-generate the expired keys in this article. I followed the steps in this link, but the certificates did not work. The required certificates are as follows: client.pem dh1024.pem root.pem server.pem In my understanding…
user340
  • 375
  • 12
  • 28
0
votes
1 answer

I have setup my own ca root certificate

I have setup my own car root certificate. Now I want to know that how can I get my root certificate into different OS's trusted ca root store and how to sell certificates from my website from that can root certificate. Any help is…
Sanchit Kalra
  • 17
  • 1
  • 5
0
votes
1 answer

Do you need trusted CA to sign your certificate in express for implementing https

I created self signed certificate and is being used in my express project. The problem is when I do curl https:// doesn't and only works with -k option, it doesn't use the certificate to encrypt its content. I don't see how that is…
user3630406
  • 319
  • 1
  • 3
  • 9