From 3788b1ac3afd90a9f94fb429e43b6291260ffde6 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sat, 15 Feb 2014 07:43:26 -0500 Subject: [PATCH] FS#2993 - No SSL key field --- remoting_client/examples/sites_web_domain_add.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/remoting_client/examples/sites_web_domain_add.php b/remoting_client/examples/sites_web_domain_add.php index fa08aa6..0b2382a 100644 --- a/remoting_client/examples/sites_web_domain_add.php +++ b/remoting_client/examples/sites_web_domain_add.php @@ -44,6 +44,7 @@ 'ssl_country' => '', 'ssl_domain' => '', 'ssl_request' => '', + 'ssl_key' => '', 'ssl_cert' => '', 'ssl_bundle' => '', 'ssl_action' => '', -- Gitblit v1.9.1