From 756430cf7f1a6dad7fe1eb78aeff59c7bfe0ef7c Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 19 Sep 2019 17:31:30 -0400 Subject: Initial tls container for dynamic generation Issue-ID: DCAEGEN2-917 Change-Id: Ifeae71973f0a8388c70128398dbb356b511dec3e Signed-off-by: Jack Lucas --- tls-init-container/setup-tls.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 tls-init-container/setup-tls.sh (limited to 'tls-init-container/setup-tls.sh') diff --git a/tls-init-container/setup-tls.sh b/tls-init-container/setup-tls.sh deleted file mode 100755 index 1adee91..0000000 --- a/tls-init-container/setup-tls.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# ================================================================================ -# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. -# ================================================================================ -# 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. -# ============LICENSE_END========================================================= -# -# Copy files and set up permissions for TLS certificate artifacts -cp -r /opt/tls/source/* /opt/tls/shared -chown -R root:root /opt/tls/shared/* -chmod -R 755 /opt/tls/shared/ -- cgit 1.2.3-korg