From 3788b1ac3afd90a9f94fb429e43b6291260ffde6 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Sat, 15 Feb 2014 13:43:26 +0100 Subject: [PATCH] FS#2993 - No SSL key field --- remoting_client/API-docs/sites_web_aliasdomain_update.html | 1 + remoting_client/API-docs/sites_web_domain_add.html | 1 + remoting_client/examples/sites_web_domain_add.php | 1 + 3 files changed, 3 insertions(+) diff --git a/remoting_client/API-docs/sites_web_aliasdomain_update.html b/remoting_client/API-docs/sites_web_aliasdomain_update.html index a40259496..53daaa2b2 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 de4780670..02704b690 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 fa08aa60e..0b2382a6d 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' => '', -- GitLab