Updated Home (markdown)
parent
587f1f1495
commit
187f210cfc
96
Home.md
96
Home.md
|
@ -1,96 +1,4 @@
|
|||
|
||||
<li>Symantec/GeoTrust/Thawte/RapidSSL accept only email method</li>
|
||||
<li>approver_emails now accept `http`, `https`, `dns`, `my@email.com`. Please be careful!!! This params must be set only if certificate vendor is Comodo. For all Symantec products please remove it.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>If your account have NO funds order will be accepted and status will be set `unpaid` until you pay invoice </li>
|
||||
<li>if you select `dcv_method` as `http`,`https`,`dns` the JSON return next block
|
||||
<ul>
|
||||
<li>{"approver_method": {<br>
|
||||
<br>
|
||||
"http": {
|
||||
"http": {
|
||||
"link": "http://gogetssl.com/961c6b85956bef80181de4cf2f2291b5.txt",
|
||||
"filename": "961c6b85956bef80181de4cf2f2291b5.txt",
|
||||
"content": "49478fb8228021d38b561e0c51adff3fcaa72caa\r\ncomodoca.com"
|
||||
}
|
||||
},<br>
|
||||
<br>
|
||||
"https": {
|
||||
"https": {
|
||||
"link": "https://gogetssl.com/961c6b85956bef80181de4cf2f2291b5.txt",
|
||||
"filename": "961c6b85956bef80181de4cf2f2291b5.txt",
|
||||
"content": "49478fb8228021d38b561e0c51adff3fcaa72caa\r\ncomodoca.com"
|
||||
}
|
||||
},<br>
|
||||
<br>
|
||||
"dns": {
|
||||
"dns": {
|
||||
"record": "961c6b85956bef80181de4cf2f2291b5.gogetssl.com. CNAME 49478fb8228021d38b561e0c51adff3fcaa72caa.comodoca.com."
|
||||
}
|
||||
}
|
||||
},<br>
|
||||
<br>
|
||||
"order_id": 45755,<br>
|
||||
"invoice_id": 48509,<br>
|
||||
"order_status": "active",<br>
|
||||
"success": true,<br>
|
||||
"order_amount": 33.56,<br>
|
||||
"currency": "EUR",<br>
|
||||
"tax": "5.36",<br>
|
||||
"tax_rate": "19%"
|
||||
}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The `approver_method` content array of additional validation methods, you must use yours selected in order method and use this data to validate domain name and SAN domains (if this is Multi domain product).</li>
|
||||
</ol>
|
||||
<h6>Method: POST<br>
|
||||
/api/orders/ssl/<br>
|
||||
change_validation_method/ORDER_ID</h6>
|
||||
<OL>
|
||||
<LI>
|
||||
<ul>
|
||||
<li>POST value: `domain` - CN/SAN domain name<br>
|
||||
`new_method` - `my@email.com`, `dns`, `http`, `https`<br>
|
||||
<br>
|
||||
<b>Please be careful!!!</b><br>
|
||||
For Thawte/Symantec/RapidSSL products only `email` method for Common name.<br>
|
||||
<br>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>Method: GET - /api/orders/status/ORDER_ID<br>
|
||||
new blocks in answer:<br>
|
||||
<br>
|
||||
"status_description": "Awaiting Validation (Full)" - Contain order status description<br>
|
||||
"dcv_status" - Contain Common Name validation status. 1 - Proccessing, 2 - Validated. This field you can use only if this is Comodo product.<br>
|
||||
"san": [<br>
|
||||
{<br>
|
||||
"san_name": "aaa.lv",<br>
|
||||
"validation_method": "admin@aaa.lv",<br>
|
||||
"status": "1",<br>
|
||||
"status_description": "Proccessing"<br>
|
||||
},<br>
|
||||
{<br>
|
||||
"san_name": "bbb.lv",<br>
|
||||
"validation_method": "admin@bbb.lv",<br>
|
||||
"status": "1",<br>
|
||||
"status_description": "Proccessing"<br>
|
||||
},<br>
|
||||
{<br>
|
||||
"san_name": "ccc.lv",<br>
|
||||
"validation_method": "admin@ccc.lv",<br>
|
||||
"status": "1",<br>
|
||||
"status_description": "Proccessing"<br>
|
||||
}<br>
|
||||
], - SAN block information.<br>
|
||||
<br>
|
||||
For Thawte/Symantec/RapidSSL products this block and fields will be empty.<br>
|
||||
san_name - SAN domain name.<br>
|
||||
<br>
|
||||
validation_method - used validation method.<br>
|
||||
For Comodo posible values: `my@email.com`, `http`, `https`, `dns`.<br>
|
||||
<br>
|
||||
status - SAN domain validation status. 0 - Not set, 1 - Proccessing, 2 - Validated.<br>
|
||||
status_description - SAN domain validation status description.</li>
|
||||
<li>y
|
||||
|
Loading…
Reference in New Issue