Questions tagged [ca]

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

References

696 questions
-1
votes
1 answer

What happens if root CA expired in Android

What happens if one of system CA certificate got expired (GlobalSign Root CA - R2 gonna expire in 2021) in Android? How I can update to latest root CA in my android phone(user-build that never receives any OTA), if one got expired?
VivekRajendran
  • 676
  • 1
  • 6
  • 21
-1
votes
1 answer

openssl ca is looking for unique_subject for group null?

I am trying to sign a certificate with a command like this: openssl ca -create_serial -config openssl.cnf -cert ca-cert.pem -keyfile ca-key.pem -in key.csr -out cert.pem It gives me an error: 140735532487624:error:0E06D06C:configuration file…
Dima
  • 39,570
  • 6
  • 44
  • 70
-1
votes
1 answer

Does Jest Support stealjs

Hello was trying to run canjs v2.3 for JEST but it seems it returns an error after testing: Reference: steal is not defined. I am not sure if bundling with stealjs is supported with Jest, I can't also find resources online regarding this ticket. I…
Bon Andre Opina
  • 2,129
  • 2
  • 15
  • 33
-1
votes
1 answer

Can the signing CA fill the ExtendedKeyUsage on my csr?

I have generated a csr with: Requested Extensions: X509v3 Key Usage: Digital Signature X509v3 Extended Key Usage: Code Signing If I now generate a csr without the above Requested Extensions:…
Marinos An
  • 9,481
  • 6
  • 63
  • 96
-1
votes
3 answers

Enable Rsyslog with TLS to Graylog2

My problem is that I cannot get logs from my remote app to log to a Graylog2 input using TLS. The remote app was logging just fine before I attempted to enable TLS with self-signed certs so I am pretty sure I just have a config problem Here is some…
battibatch
  • 53
  • 8
-1
votes
1 answer

WAMP requires curl.cainfo certficate in order to work with Pusher

I'm working in WAMP and Laravel on localhost. I was trying to broadcast an event using Pusher to my font end and Laravel was throwing an exception. I fixed the issue by downloading cainfo certficate from curl official website and setting curl.cainfo…
Marko
  • 1
  • 2
-1
votes
1 answer

How to get a certificate from a CA?

I need to get a certificate from a certificate authority with .crt extension. I used openssl commands but it generates a self-signed certificate which is not suitable for my use. $ openssl genrsa -out client.key 4096 $ openssl req -new -x509 -text…
-1
votes
1 answer

how does client set the certificate chain in the keystore?

Our client need connect server with Two-way SSL authentication.In my case,I use 'keytool -genkey' to generate a keystore and use 'keytool -certreq' to export a csr file.The server side get my csr file and sign it by a CA,and then return me a new cer…
-1
votes
1 answer

How to determine a website is using CA cert or SSL cert?

Good day, First of all, I am new to this, and I am not sure whether my question will being down vote or not. (As myself also not sure my question is valid question or not.) Is it certificate is categorized into 2 types? 1 is CA, and another 1 is…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
-1
votes
2 answers

verify signing chain with pem

I need to verify a signing chain mit pem in nodejs. I found the function pem.verifySigningChain(certificate, ca, callback). But how do I use callback to give me the message that the signing chain is correct or the test failed? Has anyone a simple…
nolags
  • 633
  • 1
  • 11
  • 30
-1
votes
1 answer

Any security risk publicly posting a wildcard Certificate Authority and its key

A wildcard CA and the associated key was posted company wide. Is there any risk sharing this information inside and outside the company?
user2569618
  • 517
  • 3
  • 16
  • 42
-1
votes
1 answer

How to generate keystore only with C/O/OU/CN by JAVA keytool

I'm using java keytool to generate keystore for server. It contains 1.CN 2.OU 3.O 4.L 5.ST 6.C But customize CA only has 1.CN 2.OU 3.O 4.C How to generate keystore only with C/O/OU/CN by JAVA keytool?
Tony
  • 3
  • 2
-1
votes
1 answer

Configuring multiple Certificate Distribution Points on a Cisco VPN Gateway which are ALL checked

I have an architecture where there is a single root CA and multiple sub-CA's. Each sub-CA publishes certificates for devices in it's "domain". Within each domain is a VPN gateway (Cisco router). I would like to determine if it is possible to…
-1
votes
1 answer

LDAP authentication on MediaWiki

I have an ubuntu webserver which runs Apache and hosts a MediaWiki (wiki.foo.foobar.com). I also have a Windows domain controller (DC01.FOO.local) on an other server. What I am trying to do is let my AD users login on the wiki with their domain…
ßaron
  • 69
  • 1
  • 4
-1
votes
1 answer

Use .p12 to create CA?

I have generate .p12 file from my server. But righ now we are developing IOS app which requires CA to implement it. We are using Amazon EC load balancer server, so i have not idea where I can get CA, also is it possible that .p12 can generate CA?
Kody Chang
  • 37
  • 1
  • 7
1 2 3
46
47