OpenSecurity/bin/create-cert-and-iso.sh
changeset 240 d7ef04254e9c
parent 53 01839f13cef3
     1.1 --- a/OpenSecurity/bin/create-cert-and-iso.sh	Wed Jan 29 09:23:52 2014 +0000
     1.2 +++ b/OpenSecurity/bin/create-cert-and-iso.sh	Wed Oct 29 15:18:22 2014 +0100
     1.3 @@ -1,7 +1,39 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -# create a ssh-key pair in the current folder
     1.7 +# ------------------------------------------------------------
     1.8 +# create-and-iso
     1.9 +#
    1.10 +# shell script to create SSH key pairs and place them inisde an ISO image
    1.11 +#
    1.12 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.13 +# 
    1.14 +# 
    1.15 +#     X-Net Services GmbH
    1.16 +#     Elisabethstrasse 1
    1.17 +#     4020 Linz
    1.18 +#     AUSTRIA
    1.19 +#     https://www.x-net.at
    1.20 +# 
    1.21 +#     AIT Austrian Institute of Technology
    1.22 +#     Donau City Strasse 1
    1.23 +#     1220 Wien
    1.24 +#     AUSTRIA
    1.25 +#     http://www.ait.ac.at
    1.26 +# 
    1.27 +# 
    1.28 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.29 +# you may not use this file except in compliance with the License.
    1.30 +# You may obtain a copy of the License at
    1.31 +# 
    1.32 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.33 +# 
    1.34 +# Unless required by applicable law or agreed to in writing, software
    1.35 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.36 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.37 +# See the License for the specific language governing permissions and
    1.38 +# limitations under the License.
    1.39  # and create a ISO image with it
    1.40 +# ------------------------------------------------------------
    1.41  
    1.42  VM_NAME=$(basename "$(pwd)")
    1.43  echo ${VM_NAME}