Questions tagged [certificate]

Certificates are a Public Key and Identifying Information

Within public key cryptography (such as that used in SSL and TLS), you have both a private key (that you keep secret), and a public key (that you share widely).

In order to avoid MITM (Man In The Middle) attacks, rather than publishing just the raw public key, you normally share a Certificate. The Certificate contains your public key, along with information identifying you (such as the hostname of your website, and your organisation). The identifying information is authenticated by a Certificate Authority (CA), and can be used to ensure you're talking to the right person.

Certificates are normally issued by a Public Certificate Authority, but they can be self signed (the certificate is its own CA), or issued by a private CA.

1327 questions
-1
votes
1 answer

SSL certificates and DNS CNAME

I am wondering if an SSL certificate would work and be accepted in the following circumstances. In each of these circumstances, one DNS name returns a CNAME record for another DNS name, and the client is connecting to the server based on the alias…
user553702
  • 121
  • 1
  • 5
-1
votes
1 answer

Validate the original certificate template

I need to verify from what template was copied a certificate template y have searched in all the tabs for info but i have found anything about what was the original certificate template. **the template display name have been changed.
kimo pryvt
  • 431
  • 5
  • 12
  • 24
-1
votes
1 answer

Windows certificate export vs Cert download in browser

We have a https ssl cert on our IIS server. Is there any difference between certificates that one exports (without private key) from certmgr vs the cert that one sees in the browser address bar? I see "Algorithm Parameters" field different when I…
tvr
  • 99
-1
votes
1 answer

SSL certificate is not properly installed on Glassfish

I am an java developer not an web server/IT infra guy so i dont know wether I am asking this question correctly or not, So i apologies if I am wrong somewhere. Previously we are having an spring web application deployed on Glassfish server later on…
user1372488
  • 121
  • 1
  • 1
  • 9
-1
votes
1 answer

SSTP SERVER without certificate check

Is it possible to make a SSTP server where clients don't need certificates? If I want to use linux or microtik routeros as a client, do I have to do something extra in the SSTP server (Windows Server 2008)?
sazu1976
  • 1
  • 2
-1
votes
1 answer

Unable to renew certificate in certmgr.msc in windows 2003

I am trying to renew a certificate using CertManager on Windows 2003 Server. (I have also used the certificate plug-in in MMC but its the same thing.) I am logged in with the Administrator account. When I select any of my Personal certificates and…
-1
votes
1 answer

CA server is going to be decommissioned. What will happen with internal-reverse proxy connection?

Tell me please what will happen if my ssl CA server is decommissioned and I am using certificates signed by this CA to establish connection between internal Apaches and reverse proxies Apaches? SSLVerifyClient properties in Apaches are set to…
Dmytro
  • 11
-1
votes
1 answer

How to verify signed file?

How to check a validity of a file using openssl and cms? I've got a file (foo.bin) and a signature (foo.bin.cms) which is include x509 der format certificate. is there any way to check validity of the file with it cert? I can find SHA256 of…
Nav Boom
  • 3
  • 1
-1
votes
1 answer

Can I create an SSL Certificate to a domain that redirects to other domain servers?

I hope you could help me with this one. Here is the case: I have a domain in ZoneEdit name dummysite.org. This domain has the following A records: HOST IP…
Haetnim Ha
  • 11
  • 1
-1
votes
2 answers

SSL certificate

I have root and intermediate certificate, and I need to create the certificate which I need to install on RADIUS server. However, I don't have clear idea in my head about this. Here are my questions: How to create the certificate? Do I first need…
Quirik
  • 99
  • 2
-1
votes
1 answer

Cant Enroll/renew Certificate : Server 2008R2 as client ans Server 2019 as CA

I have an issue with all my 2008R2 servers, they can no longer enroll/renew certificates. It works with windows 10 and server 2012 R2 as client. Error is RPC not available. From Event Viewer L’inscription de certificat pour Système local n’a pas pu…
Alex Lum
  • 145
  • 1
  • 4
  • 16
-2
votes
1 answer

ESXi 6.5 web client mutual SSL authentication

Has anyone done it? Don't like the idea of relying exclusively on a user and password. Thanks!
-2
votes
1 answer

ssl certificate for .ca and .com

I have a mail server which has a domain pointer with a .ca and .com (ie. mail.example.com and mail.example.ca). Is it possible to have an SSL certificate for each for that mail server? I am running Qmail with an Apache Web server front. I tried…
-2
votes
1 answer

Let's Encrypt Certbot DNS 01 Challenge

I'm hosting my own webserver and currently don't use port 80 because my ISP has blocked it. But I found out that my ISP doesn't actually block port 443, so I attempted to use Certbot on my domain with a txt record (DNS 01 Challenge I believe it is…
Erik
  • 101
  • 3
-2
votes
1 answer

Need Help Forcing SSL for Remote Desktop

I have a standard windows 2008 R2 server (non-domain). I have a web service (non-IIS) I have a certificate issues from "GlobalSign" that came in a .pfx file. It's properties allow for Server Authentication and Client Authentication. I have an RDP…
1 2 3
88
89