Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lolo888
ISPConfig 3
Commits
3788b1ac
Commit
3788b1ac
authored
Feb 15, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FS#2993 - No SSL key field
parent
31143b73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
remoting_client/API-docs/sites_web_aliasdomain_update.html
remoting_client/API-docs/sites_web_aliasdomain_update.html
+1
-0
remoting_client/API-docs/sites_web_domain_add.html
remoting_client/API-docs/sites_web_domain_add.html
+1
-0
remoting_client/examples/sites_web_domain_add.php
remoting_client/examples/sites_web_domain_add.php
+1
-0
No files found.
remoting_client/API-docs/sites_web_aliasdomain_update.html
View file @
3788b1ac
...
...
@@ -47,6 +47,7 @@
<p
class=
"margin"
>
ssl_organisation_unit
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_country
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_domain
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_key
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_request
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_cert
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_bundle
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
...
...
remoting_client/API-docs/sites_web_domain_add.html
View file @
3788b1ac
...
...
@@ -47,6 +47,7 @@
<p
class=
"margin"
>
ssl_organisation_unit
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_country
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_domain
(
<span
class=
"paratype"
>
varchar(255)
</span>
)
</p>
<p
class=
"margin"
>
ssl_key
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_request
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_cert
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
<p
class=
"margin"
>
ssl_bundle
(
<span
class=
"paratype"
>
mediumtext
</span>
)
</p>
...
...
remoting_client/examples/sites_web_domain_add.php
View file @
3788b1ac
...
...
@@ -44,6 +44,7 @@ try {
'ssl_country'
=>
''
,
'ssl_domain'
=>
''
,
'ssl_request'
=>
''
,
'ssl_key'
=>
''
,
'ssl_cert'
=>
''
,
'ssl_bundle'
=>
''
,
'ssl_action'
=>
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment