Subversion Repositories ALCASAR

Rev

Rev 2924 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2924 Rev 3201
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: alcasar-CA.sh 2924 2021-02-23 21:42:48Z rexy $
2
# $Id: alcasar-CA.sh 3201 2024-05-28 17:21:34Z rexy $
3
 
3
 
4
# alcasar-CA.sh
4
# alcasar-CA.sh
5
# by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
5
# by Franck BOUIJOUX (3abtux), Pascal LEVANT and Richard REY (Rexy)
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
#
7
#
Line 121... Line 121...
121
IP.1				= $private_ip
121
IP.1				= $private_ip
122
EOF
122
EOF
123
 
123
 
124
CAMAIL=
124
CAMAIL=
125
SRVMAIL=
125
SRVMAIL=
126
echo 01 > $DIR_TMP/serial
126
echo `date +%s` > $DIR_TMP/serial
127
touch $DIR_TMP/index.txt
127
touch $DIR_TMP/index.txt
128
 
128
 
129
# CA key
129
# CA key
130
rm -f $CAKEY
130
rm -f $CAKEY
131
echo "*********CAKEY*********" > $DIR_TMP/openssl-log
131
echo "*********CAKEY*********" > $DIR_TMP/openssl-log