Mercurial > trustbridge
comparison ui/tests/data/NOTES @ 435:d0192a7e63df
Update test data to include intevation root ca and add updated list
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 10:48:12 +0000 |
parents | f6ce186cebc2 |
children | 2e662290e3c9 |
comparison
equal
deleted
inserted
replaced
434:dbcc7740b9d8 | 435:d0192a7e63df |
---|---|
65 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem | 65 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem |
66 CERT=$(cat valid_ssl_rsa.pem | grep -v "\-\-\-\-" | tr -d "\\n") | 66 CERT=$(cat valid_ssl_rsa.pem | grep -v "\-\-\-\-" | tr -d "\\n") |
67 echo -e R:${CERT}\\r >> list-valid.txt | 67 echo -e R:${CERT}\\r >> list-valid.txt |
68 done | 68 done |
69 | 69 |
70 cp list-valid.txt list-valid-updated.txt | |
71 for i in {1..5} | |
72 do | |
73 gen_key filename=valid_ssl_rsa.key | |
74 cert_write issuer_name=CN=New_Certificate_$i,O=Do_Not_Trust_Test,C=DE \ | |
75 selfsign=1 issuer_key=valid_ssl_rsa.key \ | |
76 not_before=20130101000000 not_after=20151231235959 \ | |
77 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem | |
78 CERT=$(cat valid_ssl_rsa.pem | grep -v "\-\-\-\-" | tr -d "\\n") | |
79 echo -e I:${CERT}\\r >> list-valid-updated.txt | |
80 done | |
81 # Datum manuell angepasst und intevation root ca zu R: hinzugefuegt | |
82 | |
83 | |
70 # NSS | 84 # NSS |
71 mkdir nss | 85 mkdir nss |
72 certutil -d nss -A -i valid_ssl_rsa.pem -n "test" -t c,C | 86 certutil -d nss -A -i valid_ssl_rsa.pem -n "test" -t c,C |
73 certutil -d nss -D -n "test" | 87 certutil -d nss -D -n "test" |