Github user dneuman64 commented on a diff in the pull request:
https://github.com/apache/incubator-trafficcontrol/pull/22#discussion_r85938433
--- Diff: docs/source/development/traffic_ops_api/v12/deliveryservice.rst
---
@@ -770,29 +770,33 @@ SSL Keys
**Response Properties**
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | Parameter | Type |
Description
|
-
+==================+========+=========================================================================================================================================+
- | ``crt`` | string | base64 encoded crt file for delivery
service
|
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``csr`` | string | base64 encoded csr file for delivery
service
|
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``key`` | string | base64 encoded private key file for
delivery service
|
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``businessUnit`` | string | The business unit entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``city`` | string | The city entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``organization`` | string | The organization entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``hostname`` | string | The hostname entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``country`` | string | The country entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``state`` | string | The state entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
- | ``version`` | string | The version of the certificate record in
Riak
|
-
+------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | Parameter | Type |
Description
|
+
+=====================+========+=========================================================================================================================================+
+ | ``crt`` | string | base64 encoded crt file for delivery
service
|
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``csr`` | string | base64 encoded csr file for delivery
service
|
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``key`` | string | base64 encoded private key file for
delivery service
|
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``cdn`` | string | The CDN entered by the user when
generating certs.
|
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``deliveryservice`` | string | The delivery service entered by the
user when generating certs.
|
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``businessUnit`` | string | The business unit entered by the user
when generating certs. Field is optional and if not provided by the user will
not be in response |
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``city`` | string | The city entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``organization`` | string | The organization entered by the user
when generating certs. Field is optional and if not provided by the user will
not be in response |
+
+---------------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------+
+ | ``hostname`` | string | The hostname entered by the user when
generating certs. Field is optional and if not provided by the user will not
be in response |
--- End diff --
The hostname generated by Traffic Ops that is used as the common name when
generating the certificate. This will be a FQDN for DNS delivery services and
a wildcard URL for HTTP delivery services. This field is not user entered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---