diff options
author | joe <joe@jerkface.net> | 2014-05-19 04:18:12 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-05-19 04:18:12 -0400 |
commit | 1a7aaabd84fc252451b343a7cc840725aed75e09 (patch) | |
tree | df6583c8c59b6d45bb9bb6f8f24d32a097f0c41b | |
parent | f58aa9f40b403fc3f5760d5fdb920ca7e0140d27 (diff) |
Minor documentation edit.
-rw-r--r-- | TLSA.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ data CertUsage | |||
49 | -- anchor. This is useful if the domain issues its own certificates under | 49 | -- anchor. This is useful if the domain issues its own certificates under |
50 | -- its own CA that is not expected to be in the end users' collection of | 50 | -- its own CA that is not expected to be in the end users' collection of |
51 | -- trust anchors. When conducting PKIX validation for the domain, any | 51 | -- trust anchors. When conducting PKIX validation for the domain, any |
52 | -- certificate matching the 'TLSA' record can be treated as a trust anchor | 52 | -- certificate 'match'ing the 'TLSA' record can be treated as a trust |
53 | -- that does not require further validation. | 53 | -- anchor that does not require further validation. |
54 | | TrustAnchorAssertion | 54 | | TrustAnchorAssertion |
55 | 55 | ||
56 | -- | This usage allows for a domain name administrator to issue | 56 | -- | This usage allows for a domain name administrator to issue |