Subversion Repositories ALCASAR

Rev

Rev 1963 | Rev 2260 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1963 Rev 2223
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
-
 
2
#
-
 
3
# $Id: alcasar-importcert.sh 2223 2017-05-14 14:38:01Z tom.houdayer $
2
 
4
#
3
# alcasar-importcert.sh
5
# alcasar-importcert.sh
4
# by Raphaël, Hugo, Clément, Bettyna & rexy
6
# by Raphaël, Hugo, Clément, Bettyna & rexy
5
 
7
#
6
# This script is distributed under the Gnu General Public License (GPL)
8
# This script is distributed under the Gnu General Public License (GPL)
7
 
9
#
8
# Script permettant
10
# Script permettant
9
# - d'importer des certificats sur Alcasar
11
# - d'importer des certificats sur Alcasar
10
# - de revenir au certificat par default
12
# - de revenir au certificat par default
11
 
13
#
12
# This script allows
14
# This script allows
13
# - to import a certificate in Alcasar
15
# - to import a certificate in Alcasar
14
# - to go back to the default certificate
16
# - to go back to the default certificate
15
 
17
 
16
SED="/bin/sed -ri"
18
SED="/bin/sed -ri"