comparison ui/tests/data/NOTES @ 310:f758460ca437

Merged
author Sascha Wilde <wilde@intevation.de>
date Fri, 04 Apr 2014 09:54:19 +0200
parents 534df06d5c67
children f6ce186cebc2
comparison
equal deleted inserted replaced
309:fa37384b86b6 310:f758460ca437
58 not_before=20130101000000 not_after=20151231235959 \ 58 not_before=20130101000000 not_after=20151231235959 \
59 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem 59 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem
60 CERT=$(cat valid_ssl_rsa.pem | grep -v "\-\-\-\-" | tr -d "\\n") 60 CERT=$(cat valid_ssl_rsa.pem | grep -v "\-\-\-\-" | tr -d "\\n")
61 echo -e R:${CERT}\\r >> list-valid.txt 61 echo -e R:${CERT}\\r >> list-valid.txt
62 done 62 done
63
64 # NSS
65 mkdir nss
66 certutil -d nss -A -i valid_ssl_rsa.pem -n "test" -t c,C
67 certutil -d nss -D -n "test"

http://wald.intevation.org/projects/trustbridge/