mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added TLS support within CIRA, WSMAN stack improvements.
This commit is contained in:
parent
759a7bbaf5
commit
fd6e0f9912
8 changed files with 171 additions and 300 deletions
|
@ -1,9 +1,21 @@
|
|||
/**
|
||||
* @description MeshCentral Server IDER handler
|
||||
* @author Ylian Saint-Hilaire & Bryan Roe
|
||||
* @copyright Intel Corporation 2018-2020
|
||||
* @license Apache-2.0
|
||||
* @version v0.0.1
|
||||
/*
|
||||
Copyright 2020 Intel Corporation
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
@description MeshCentral Server IDER handler
|
||||
@author Ylian Saint-Hilaire
|
||||
@version v0.3.0
|
||||
*/
|
||||
|
||||
/*jslint node: true */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue