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

How to host multiple SSL sites on a single Host in IIS 7

I am having some trouble with hosing. Currently on our server have have 6 or so IIS sites hosted. They are all http currently: and work on port 80 with the host names set. Now I want to go an change them to use SSL. But this then removes the ability…
Zapnologica
  • 22,170
  • 44
  • 158
  • 253
0
votes
1 answer

How to apply a free third party CA and set up Tomcat SSL with it

These days I tried to apply a free third pary CA ( www.cacert.org & www.freeca.cn ) and then set up Tomcat SSL with the CA. My purpose is to eliminate the "Certificate Error" page when accessing https://... from a client browser. But it's a little…
0
votes
1 answer

SSL warning pops sometimes

I have godaddy ssl certificate for domain.There wasn't any problems with my SSL certificate and visiting my domain(Haven't receive any errors), but couple times(two weeks ago) when I visited site from other(mobile, tablet and desktop)…
user1718607
  • 191
  • 1
  • 3
  • 14
0
votes
1 answer

Trust between 2 Certificate Authorities

I have created 2 certificate authorities req -new -x509 -keyout privACAkey.pem -out ACAcert.pem -days 1024 -config openssl.cfg req -new -x509 -keyout privBCAkey.pem -out BCAcert.pem -days 1024 -config openssl.cfg and I want the CA of the…
0
votes
2 answers

Trusted CA's - how does is work?

can somebody please explain about the trust model in the know CA's ?? here's what i mean: microsoft.com for example can use Verisign Certificate for their domain - what are the chances for an attacker to ask for a M1crosoft.com domain ?? very…
0
votes
1 answer

what is the contents in the keystore repository

This is new concept to me and i understand a little bit after some googling; I have a cacerts file available on my server at work and is being used by my java application. I can use keytool untility to read the contents of this file, I understand…
user3040077
  • 71
  • 2
  • 10
0
votes
1 answer

public key verification using CA .cer file using javascript

I want to verify public key of my algorithm using CA certificate. Is there any way to put .cer file of CA in browser certificate repository and verify signature using that certificate in javascript? Use case: I used one algorithm for doing digital…
sms_1190
  • 1,267
  • 2
  • 12
  • 24
0
votes
1 answer

Modify trusted CAs under Jelastic

I'm trying to setup a CAS-based echosystem on the Jelastic infrastructure. I was able to setup both the server and a client under the same Tomcat 7 instance, using the example web application described here. The SSL certificates (CA and server's)…
0
votes
3 answers

Is it technically possible to issue a fully wildcard SSL certificate?

I would like to have an SSL cert for *. That is, for any domain whatsoever. The idea is to sign it with a custom CA cert, install that CA cert on a target device, and use that device to connect to ip-based addresses (e.g. https://192.168.1.123).…
dragonroot
  • 5,653
  • 3
  • 38
  • 63
0
votes
1 answer

How to check CA Root and Intermediate chain?

For example - let's take jks which contains Comodo CA root cert, few intermediate certs and own server signed cert: # keytool -list -keystore akira.jks Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 5…
setevoy
  • 4,374
  • 11
  • 50
  • 87
0
votes
2 answers

Java SSLServerSocket presents wrong certificate

I'm currently trying to change my daemon from a regular unencrypted one to one using SSL. I'm doing this the following way: System.setProperty("javax.net.ssl.keyStore", "keyfile.jks"); System.setProperty("javax.net.ssl.trustStore",…
Jens
  • 1,157
  • 1
  • 8
  • 17
0
votes
2 answers

Defining Certificate Authority on Meteor.js

I'm having a problem with a particular HTTPS get call when I upgrade to 6.6.3. I'm not sure if this is actually true, but it seems that with the new security enhancements it seems that meteor is actively trying to authenticate the CA from which the…
0
votes
1 answer

x509 (server) cert signed by multiple CAs?

Does anybody know whether it's feasible to have a csr signed by two CAs and deliver both certificates? Reason for asking: a server running several services (https, mail, imap, git, xmpp...) and i run a CA for it, also used for client certs (xmpp,…
h0ru5
  • 517
  • 2
  • 7
  • 11
0
votes
2 answers

Issue with Exchange 2010 - Get-MailboxDatabase -status

I have 3 mail servers. 1st mail-server for the CAS. 2nd mail-server for the Hub-Transport. 3rd mail-server for the DR/DAG. I am backing up my 1st and 2nd server with CA ARCServ 16.5 with the following conditions: Daily Incremental. Weekly…
0
votes
3 answers

Virtual machine monitoring/optimization - what tools?

What are the tools available to place on the level on top of VMWare or Xen (or other VM managers) that would monitor the VMs? I know there are a few solutions like Netuitive, CA Infrastructure Manager / eHealth, Nimsoft - what are the areas of…
Alex Yarmula
  • 10,477
  • 5
  • 33
  • 32