Browse Source

lwm2m: *.sh for create credentials remove to tools

pull/5802/head
nickAS21 5 years ago
parent
commit
aec1ef69c5
  1. 16
      tools/src/main/shell/lwm2m/lwM2M_cfssl_chain_clients_for_test.sh
  2. 16
      tools/src/main/shell/lwm2m/lwm2m_cfssl_chain_all_for_test.sh
  3. 16
      tools/src/main/shell/lwm2m/lwm2m_cfssl_chain_server_for_test.sh

16
application/src/test/resources/lwm2m/credentials/shell/lwM2M_cfssl_chain_clients_for_test.sh → tools/src/main/shell/lwm2m/lwM2M_cfssl_chain_clients_for_test.sh

@ -1,4 +1,20 @@
#!/usr/bin/env bash
#
# Copyright © 2016-2021 The Thingsboard Authors
#
# 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.
#
# Change working directory
cd -- "$(

16
application/src/test/resources/lwm2m/credentials/shell/lwm2m_cfssl_chain_all_for_test.sh → tools/src/main/shell/lwm2m/lwm2m_cfssl_chain_all_for_test.sh

@ -1,4 +1,20 @@
#!/usr/bin/env bash
#
# Copyright © 2016-2021 The Thingsboard Authors
#
# 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.
#
readonly INTERMEDIATE_START=0
readonly INTERMEDIATE_FINISH=2

16
application/src/test/resources/lwm2m/credentials/shell/lwm2m_cfssl_chain_server_for_test.sh → tools/src/main/shell/lwm2m/lwm2m_cfssl_chain_server_for_test.sh

@ -1,4 +1,20 @@
#!/usr/bin/env bash
#
# Copyright © 2016-2021 The Thingsboard Authors
#
# 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.
#
# REF: https://github.com/cloudflare/cfssl
Loading…
Cancel
Save