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
2 answers

Alerts for Machine Pending & Terminated Status in Autosys

My company is running Autosys r11.1 SP1, as our enterprise job scheduler, and I find the product to serve its purpose fine. It has a reputation in house at our company as being "complex" and "not easy to use"; I maintain that as a cross-platform…
Chris Corbin
  • 49
  • 1
  • 6
0
votes
1 answer

Untrust Root CA with cert imported in IE Trusted Root

We encounter below problems, Could someone help? on some PC, when user access website signed by my company CA, IE will show untrusted certificate page. But the certificate already imported in the IE Trust Root To uncheck "Check server certificate…
0
votes
1 answer

Generating a Private Key From CA with OpenSSL

I'm trying to use OpenSSL to create a private key which matches (the public key of?) a certain CA (PEM file), but I don't know what command to use to achieve this. If I just create a random private key and try to use it with the CA I get a "No…
Davio
  • 4,609
  • 2
  • 31
  • 58
0
votes
1 answer

Making secure HTTPS connection

I got a task on my Security classes. I have to generate two RSA keys (A and B), treat B as CA and then: For key A: Generate a certificate request. Receive certificate from CA. Use this key and the coresponding certificate in my local HTTPS server…
Robin92
  • 533
  • 1
  • 6
  • 20
0
votes
1 answer

Correct x509 Extentions for an SSLserver certificate

I have a task to sign a SSLserver certificate request with my CA server. I have created the certificate request via the SSLservers private key. I have then proceeded to sign this request with the existing CA servers certificate. However, when…
Naomia
  • 11
  • 3
0
votes
1 answer

Assembly signing and certificate

I find out the following scheme to protect the parts of the enterprise software by using custom Root CA. Is it a right way to do such thing? Has such way got some problems? The sheme: I have my custom Root CA. There is a set of the simple…
Sir Hally
  • 2,318
  • 3
  • 31
  • 48
0
votes
1 answer

IIS7 Require SSL with must Require option

I hosted an ASP.NET Web API project in my Windows 7(IIS7) developer machine on HTTPS(443) and SSL Required ticked with Require Option true. For testing I give its host header value : www.certtest.com, and the same I add in host file of local…
Dipal Mehta
  • 440
  • 6
  • 20
0
votes
1 answer

OpenSSL keyUsage as CA

How could I set the keyUsage of new a certificate signed by my CA that will have the same policies? I tried to generate a certificate by running the command below: openssl ca \ -policy policy_anything \ -cert ca.cer \ -in cerreq.csr \ …
user1932114
0
votes
1 answer

How to connect to CA-Server to search for certificates?

I have a problem with connecting to the CA-server. My idea is to revoke certificates through a remote connection. Actually I am admin on my local machine and also on the CA-server. The idea is pretty similar to the following link : Example Now my…
Tim
  • 1
  • 1
0
votes
2 answers

How can I make sure that the remote certificate (public key) is issued/signed by my root ca?

In server side, I have self-signed CA (certificate and private key). I use them to issue my device certificate, and I want to make sure that if the remote cert is not signed by CA, there will be exception. I'm referring to links below, but it seems…
fanyangxi
  • 562
  • 7
  • 6
-1
votes
0 answers

Which Certificate Authorirties can issue an X.509 certificate for document signing in PEM format?

I am looking to build a custom document signing solution in my Django application using PyHanko. I want to use the certificates from a CA for this purposes. However majority of CAs that I reviewed either offer the complete document signing service…
-1
votes
1 answer

java ssl certificate & CA

How does my java application get a public key, for example the google or facebook domains WITHOUT THE NEED to add their .cer files in cacerts keystore? I suspect that the reason is that such domains use well-known Certification authority, CA, that…
-1
votes
1 answer

Issues adding my own custom CA in Firefox after updating to newer version

I had Firefox 52.7.0 on my Linux host which is running fine. Also, I have my own CA certificate which I add using certutil command: $ certutil -d ~/.mozilla/firefox/profiledir -A -n myca -i ./myca.pem -t CT,, I can see myca it's being added by…
nochkin
  • 692
  • 6
  • 17
-1
votes
1 answer

Can CA certificate be imported in Trusted people store?

I am working on ADFS external authentication project. I am using a self signed certificate, which is imported in Trusted people store. I need to verify whether importing a CA certificate to Trusted people store work or not. When I tried using the CA…
-1
votes
1 answer

Ubuntu certificates issue

I am trying to use curl and git on my machine with Ubuntu. I was going through a tutorial to set up vim and was encountering an issue with certificates. I ran sudo curl -fLo ~/.vim/autoload/plug.vim --create-dirs…
umar tung
  • 51
  • 3