From b154f45cccb6c192589f07383b66d1f59477708f Mon Sep 17 00:00:00 2001 From: hyakuhei Date: Mon, 1 Dec 2014 13:40:03 +0000 Subject: [PATCH] Typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 001802d..ecf8dac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Anchor ============ -Anchor is an ephemeral PKI service that, based on certain conditions, automates the verification of CSRs and signs certificates for clients -The validity period can be set in the config file with hour resolution. +Anchor is an ephemeral PKI service that, based on certain conditions, automates the verification of CSRs and signs certificates for clients. The validity period can be set in the config file with hour resolution. There are checks done against the certificate inside of the validate() function. Currently some of the checks are: is the domain in CN ending with one of the suffixes allowed n the config file and does the server prefix match the ldap user's team (for example is "nv-..." requested by a member of "Nova\_Team".