mattjackson220 commented on a change in pull request #3534: TP Delivery Service 
Generate SSL update, new letsencrypt generate and…
URL: https://github.com/apache/trafficcontrol/pull/3534#discussion_r335691540
 
 

 ##########
 File path: docs/source/api/letsencrypt_dnsrecord.rst
 ##########
 @@ -0,0 +1,61 @@
+..
+..
+.. Licensed under the Apache License, Version 2.0 (the "License");
+.. you may not use this file except in compliance with the License.
+.. You may obtain a copy of the License at
+..
+..     http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS,
+.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+.. See the License for the specific language governing permissions and
+.. limitations under the License.
+..
+
+.. _to-letsencrypt-dnsrecord:
+
+*************************
+``letsencrypt/dnsrecord``
+*************************
+
+``GET``
+========
+Gets DNS challenge records for Let's Encrypt DNS challenge for a specified 
fqdn.
+
+:Auth. Required: Yes
+:Roles Required: "admin" or "operations"
+:Response Type:  Object
+
+Request Structure
+-----------------
+.. table:: Request Query Parameters
+
+       
+------+----------+------------------------------------------------------------+
+       | Name | Required | Description                                         
       |
+       
+======+==========+============================================================+
+       | fqdn | yes      | Return only DNS challenge records for the specified 
fqdn   |
+       
+------+----------+------------------------------------------------------------+
+
+.. code-block:: http
+       :caption: Request Example
+
+       GET 
/api/1.4/letsencrypt/dnsrecord?fqdn=_acme-challenge.demo1.example.com. HTTP/1.1
+       Host: trafficops.infra.ciab.test
+       User-Agent: curl/7.47.0
+       Accept: */*
+       Cookie: mojolicious=...
+
+
+Response Structure
+------------------
+.. code-block:: http
 
 Review comment:
   done

----------------------------------------------------------------
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

Reply via email to