From 93b4ef5f17245476853b4b4e432390cd4c66c779 Mon Sep 17 00:00:00 2001 From: Patrick Kelley Date: Thu, 29 Oct 2015 11:54:00 -0700 Subject: [PATCH] Removing hyphen from in-active. `inactive` is a word. in-active is ... something else. --- docs/administration/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration/index.rst b/docs/administration/index.rst index f95b8d39..7bc80b98 100644 --- a/docs/administration/index.rst +++ b/docs/administration/index.rst @@ -163,7 +163,7 @@ to be sent to subscribers. Templates for expiration emails are located under `lemur/plugins/lemur_email/templates` and can be modified for your needs. Notifications are sent to the certificate creator, owner and security team as specified by the `LEMUR_SECURITY_TEAM_EMAIL` configuration parameter. -Certificates marked as in-active will **not** be notified of upcoming expiration. This enables a user to essentially +Certificates marked as inactive will **not** be notified of upcoming expiration. This enables a user to essentially silence the expiration. If a certificate is active and is expiring the above will be notified according to the `LEMUR_DEFAULT_EXPIRATION_NOTIFICATION_INTERVALS` or 30, 15, 2 days before expiration if no intervals are set. @@ -657,4 +657,4 @@ After you have the latest version of the Lemur code base you must run any needed lemur db upgrade -This will ensure that any needed tables or columns are created or destroyed. \ No newline at end of file +This will ensure that any needed tables or columns are created or destroyed.