diff --git a/remoting_client/API-docs/sites_web_aliasdomain_update.html b/remoting_client/API-docs/sites_web_aliasdomain_update.html index a40259496381147b46ae61c4c1b534fa86541bdd..53daaa2b2b363f4354ff428daf7ebaa383545a88 100644 --- a/remoting_client/API-docs/sites_web_aliasdomain_update.html +++ b/remoting_client/API-docs/sites_web_aliasdomain_update.html @@ -47,6 +47,7 @@

ssl_organisation_unit  (varchar(255))

ssl_country  (varchar(255))

ssl_domain  (varchar(255))

+

ssl_key  (mediumtext)

ssl_request  (mediumtext)

ssl_cert  (mediumtext)

ssl_bundle  (mediumtext)

diff --git a/remoting_client/API-docs/sites_web_domain_add.html b/remoting_client/API-docs/sites_web_domain_add.html index de4780670abea09ea3d70e2b2b1627307c9d8af2..02704b6901f65353db4c89e58a02462944432fc1 100644 --- a/remoting_client/API-docs/sites_web_domain_add.html +++ b/remoting_client/API-docs/sites_web_domain_add.html @@ -47,6 +47,7 @@

ssl_organisation_unit  (varchar(255))

ssl_country  (varchar(255))

ssl_domain  (varchar(255))

+

ssl_key  (mediumtext)

ssl_request  (mediumtext)

ssl_cert  (mediumtext)

ssl_bundle  (mediumtext)

diff --git a/remoting_client/examples/sites_web_domain_add.php b/remoting_client/examples/sites_web_domain_add.php index fa08aa60efa76583cecb7ad55a722967e8ad7609..0b2382a6d8e15b7170a825fb8dddf741f881bf41 100644 --- a/remoting_client/examples/sites_web_domain_add.php +++ b/remoting_client/examples/sites_web_domain_add.php @@ -44,6 +44,7 @@ try { 'ssl_country' => '', 'ssl_domain' => '', 'ssl_request' => '', + 'ssl_key' => '', 'ssl_cert' => '', 'ssl_bundle' => '', 'ssl_action' => '',