PKI certificates

D

DLH

When a client with no DoD PKI certificate attempts to talk
to a Server PKI DoD Certificated computer with the Sever
accept the client and issue a certificate or will it
reject the client? If the client is rejected how can it
talk to the Server?
 
S

Steven L Umbach

I am not familiar with the DOD in question, but a server, such as a web server, can
require a certificate before a session is established if they require client
authentication. Public web servers using ssl for instance generally do not require a
client certificate. If a client certificate is needed, the user will need to request
one from a trusted Certificate Authority. Certificate Authorities will need some sort
of credentials to issue a certificate in order to protect the integrity of PKI. ---
Steve
 
E

Edward A. Feustel

DLH said:
When a client with no DoD PKI certificate attempts to talk
to a Server PKI DoD Certificated computer with the Sever
accept the client and issue a certificate or will it
reject the client? If the client is rejected how can it
talk to the Server?

Normally communication using certificates is over SSL (https).
Any client can communicate with a server possessing a certificate using SSL.
The key is whether mutual authentication is required. If it is, the
authentication
can be by password or certificate. In this case, the client has to provide
authentication of
itself. The server gets to decide whether the authentication is "sufficient"
before it
authorizes the client and performs the service that is requested.

In the case of the DoD, they are looking for a certificate signed by the DoD
certificate
authority (ies). If they don't find one, they will refer you to the "not
authorized" message.

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

PKI Certificates 1
Outlook certificates 3
Certificates and CRLs 2
PKI on Microsoft Virtual Server 1
Certificates / PKI 3
software restrictions 1
Importing Certificate 4
Move CA problem 1

Top