From: Jason S. Lingohr Date: Sat, 11 Oct 2003 05:20:47 +0000 (+0000) Subject: a href updates, plus transformation. X-Git-Tag: pre_ajp_proxy~1116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ae23ded68c57abdb6d33691024ed15380f3cba;p=apache a href updates, plus transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 28079e2dda..7b80541043 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -53,10 +53,10 @@ server.
See: Manual Page: apxs
Certificate
A data record used for authenticating network entities such as a server or a client. A certificate contains X.509 information pieces - about its owner (called the subject) and the signing Certificate - Authority (called the issuer), plus the owner's public key and the - signature made by the CA. Network entities verify these signatures using - CA certificates.
+ about its owner (called the subject) and the signing Certification Authority (called the + issuer), plus the owner's public key and the + signature made by the CA. Network entities verify these signatures + using CA certificates.
See: SSL/TLS Encryption
Certification Authority (CA)
A trusted third party whose purpose is to @@ -66,10 +66,10 @@ that a CA has authenticated the bearer of a certificate.
See: SSL/TLS Encryption
Certificate Signing Request -(CSR)
An unsigned certificate for -submission to a Certification Authority, which signs it with -the Private Key of their CA Certificate. Once the -CSR is signed, it becomes a real certificate.
+(CSR)
An unsigned certificate for submission to a Certification Authority, which signs it +with the Private Key of their CA +Certificate. Once the CSR is signed, it becomes a real +certificate.
See: SSL/TLS Encryption
@@ -107,11 +107,12 @@ Used to Describe Apache Directives
Digital Signature
An encrypted text block that validates a certificate or other file. A - Certification Authority creates a signature by generating a - hash of the Public Key embedded in a Certificate, then - encrypting the hash with its own Private Key. Only the CA's - public key can decrypt the signature, verifying that the CA has - authenticated the network entity that owns the Certificate.
+ Certification Authority creates a + signature by generating a hash of the Public Key embedded in a + Certificate, then encrypting the hash with its own Private + Key. Only the CA's public key can decrypt the signature, verifying + that the CA has authenticated the network entity that owns the + Certificate.
See: SSL/TLS Encryption
Directive
A configuration command diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 1067752929..fae2e7c2ad 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -43,10 +43,11 @@ href="programs/apxs.html">Manual Page: apxs
Certificate
A data record used for authenticating network entities such as a server or a client. A certificate contains X.509 information pieces - about its owner (called the subject) and the signing Certificate - Authority (called the issuer), plus the owner's public key and the - signature made by the CA. Network entities verify these signatures using - CA certificates.
+ about its owner (called the subject) and the signing Certification Authority (called the + issuer), plus the owner's public key and the + signature made by the CA. Network entities verify these signatures + using CA certificates.
See: SSL/TLS Encryption
Certification Authority See: SSL/TLS Encryption
Certificate Signing Request -(CSR)
An unsigned certificate for -submission to a Certification Authority, which signs it with -the Private Key of their CA Certificate. Once the -CSR is signed, it becomes a real certificate.
+(CSR)
An unsigned certificate for submission to a Certification Authority, which signs it +with the Private Key of their CA +Certificate. Once the CSR is signed, it becomes a real +certificate.
See: SSL/TLS Encryption
@@ -104,11 +107,12 @@ Used to Describe Apache Directives
Digital Signature
An encrypted text block that validates a certificate or other file. A - Certification Authority creates a signature by generating a - hash of the Public Key embedded in a Certificate, then - encrypting the hash with its own Private Key. Only the CA's - public key can decrypt the signature, verifying that the CA has - authenticated the network entity that owns the Certificate.
+ Certification Authority creates a + signature by generating a hash of the Public Key embedded in a + Certificate, then encrypting the hash with its own Private + Key. Only the CA's public key can decrypt the signature, verifying + that the CA has authenticated the network entity that owns the + Certificate.
See: SSL/TLS Encryption
Directive
A configuration command