diff --git a/utils/cranspasswords b/utils/cranspasswords index bf500689..c72eab08 100755 --- a/utils/cranspasswords +++ b/utils/cranspasswords @@ -94,6 +94,7 @@ function chiffre () { # 81DDB065 gregoire.detrez@crans.org # 3603EFD9 alexandre@alexandre-bos.fr # 2127F85A jdimino@dptinfo.ens-cachan.fr + # C5C4ACC0 vincent.thomas@crans.org gpg --armor --encrypt \ --recipient pauget@crans.org \ --recipient dubost@crans.org \ @@ -109,6 +110,7 @@ function chiffre () { --recipient gregoire.detrez@crans.org \ --recipient alexandre@alexandre-bos.fr \ --recipient jdimino@dptinfo.ens-cachan.fr \ + --recipient vincent.thomas@crans.org \ ${TMP} [[ "$#" == "0" ]] && ssh ${SRV} "sudo sh -c \"cat > ${REP}/${CHOIX}.asc\"" < ${TMP}.asc || echo -e "\033[1;31mErreur, abandon...\033[1;0m"