zrhoffman commented on a change in pull request #4625: updated to store Lets
Encrypt user account information
URL: https://github.com/apache/trafficcontrol/pull/4625#discussion_r409916125
##########
File path: docs/source/admin/traffic_router.rst
##########
@@ -715,19 +715,20 @@ Let's Encrypt can be set up through :ref:`cdn.conf` by
updating the following fi
.. table:: Fields to update for Let's Encrypt under `lets_encrypt`
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | Name | Type | Description
|
-
+==============================+=========+==================================================================================================================================================================+
- | user_email | string | Optional. Email to create
account with Let's Encrypt or to receive expiration updates
|
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | send_expiration_email | boolean | Option to send email
summarizing certificate expiration status
|
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | convert_self_signed | boolean | Option to convert self
signed to Let's Encrypt certificates as they expire. Only works for
certificates labeled as Self Signed in the Certificate Source field. |
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | renew_days_before_expiration | int | Number of days before
expiration date to renew certificates
|
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | environment | string | Let's Encrypt environment to
use. Options are 'staging' or 'production'. Defaults to 'production'
|
-
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+ | Name | Type | Description
|
+
+==============================+=========+========================================================================================================================================================================+
+ | user_email | string | Required. Email to create
account with Let's Encrypt or to receive expiration updates.
|
Review comment:
This is a good time to create a required/optional column.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services