Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} <div style="font-size: 150%;">'''New SSL API'''</div><br/> <p> ==What are the features of the new SSL API?== The new SSL API offers: * SSL certificate orders wh...")
 
Line 17: Line 17:
  
 
<br/><br/>
 
<br/><br/>
 +
 +
= SSL certificates =
 +
 +
{| | border="1" cellspacing="0" cellpadding="15"
 +
!SSL certificate
 +
|}
 +
 +
= Order certificate =
 +
 +
<pre>
 +
[COMMAND]
 +
command = CreateSSLCert
 +
domain0 = <DOMAIN>
 +
sslcertclass = <CLASS>
 +
EOF
 +
</pre>
 +
<pre>
 +
[RESPONSE]
 +
CODE=200
 +
DESCRIPTION=Command completed successfully
 +
PROPERTY[VALIDATION][0]=EMAIL
 +
</pre>
 +
 +
<headertabs/>

Revision as of 11:42, 21 March 2016

New SSL API

What are the features of the new SSL API?

The new SSL API offers:

  • SSL certificate orders where no contact data has to be provided - given the domain name, it is detected automatically per WHOIS call
  • SSL certificate orders where no CSR has to be provided - it is generated automatically then
  • SSL certificate orders where the contact data can be provided via contact handles - as in domain commands
  • Advanced validation methods - instead of confirming emails, you can prove that you have control over a domain by a simple DNS or web content modification

How to use the new SSL API?

You can do that right away. Just make use of the new command parameters that are presented below.



SSL certificate

[COMMAND]
command = CreateSSLCert
domain0 = <DOMAIN>
sslcertclass = <CLASS>
EOF
[RESPONSE]
CODE=200
DESCRIPTION=Command completed successfully
PROPERTY[VALIDATION][0]=EMAIL