diff options
author | Leonard Kugis <leonard@kug.is> | 2020-03-05 01:22:02 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-03-05 01:22:02 +0100 |
commit | 6054b7324d8401e38946cc96015bbad48f2541d6 (patch) | |
tree | f5ded81cdf831c07b1f525fa78eb218b61d82441 /en_GB/Introduction to Information Security | |
parent | d2a286134a8d5a5407d0a3112700c606978b9d9a (diff) |
IntroSec
Fixed line breaks.
Diffstat (limited to 'en_GB/Introduction to Information Security')
-rw-r--r-- | en_GB/Introduction to Information Security/introduction_to_information_security.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_GB/Introduction to Information Security/introduction_to_information_security.md b/en_GB/Introduction to Information Security/introduction_to_information_security.md index 4234a8c..95e857c 100644 --- a/en_GB/Introduction to Information Security/introduction_to_information_security.md +++ b/en_GB/Introduction to Information Security/introduction_to_information_security.md @@ -332,9 +332,9 @@ Infrastructure providing the service of public key distribution. - Domain Validated SSL Certificate (DV cert) Cheap. Verify owner of domain via *whois* and DNS records. There are reserved email addresses (e.g. postmaster@example.com), which can be used aswell. This is a potential security issue! MX delegation to anonymous email services has to be carefully minded! -- Organization Validation SSL Certificate (OV cert) +- Organization Validation SSL Certificate (OV cert) Medium. CA checks same as *DV* + company identity checked by third parties. -- Extended Validation SSL Certificate (EV cert) +- Extended Validation SSL Certificate (EV cert) Expensive. CA checks same as *OV* + official record matching. ## Threat scenarios |