Lines Matching full:try
26 try () { function
31 try rm -rf out
32 try mkdir out
38 try /bin/sh -c "echo $serial > out/$i-serial"
47 try openssl genrsa -out out/$i.key 2048
50 try openssl ecparam -name prime256v1 -genkey -noout -out out/G.key
51 try openssl ecparam -name secp384r1 -genkey -noout -out out/H.key
52 try openssl ecparam -name secp521r1 -genkey -noout -out out/I.key
53 try openssl genrsa -out out/J.key 1024
59 try openssl req \
69 try openssl x509 \
81 try openssl req \
90 try openssl ca \
100 try openssl req \
109 try openssl ca \
121 try openssl req \
127 try openssl pkcs8 \
138 try openssl ca \
149 try openssl ca \
160 try openssl ca \
171 try openssl ca \
182 try openssl ca \
193 try openssl ca \
204 try openssl ca \
213 try /bin/sh -c "cat out/A.pem out/A.key out/B.pem out/C.pem > out/A-chain.pem"
214 try /bin/sh -c "cat out/D.pem out/D.key out/E.pem out/C.pem > out/D-chain.pem"
215 try /bin/sh -c "cat out/F.pem out/F.key out/E.pem out/C.pem > out/F-chain.pem"
216 try /bin/sh -c "cat out/G.pem out/G.key out/E.pem out/C.pem > out/G-chain.pem"
217 try /bin/sh -c "cat out/H.pem out/H.key out/E.pem out/C.pem > out/H-chain.pem"
218 try /bin/sh -c "cat out/I.pem out/I.key out/E.pem out/C.pem > out/I-chain.pem"
219 try /bin/sh -c "cat out/J.pem out/J.key out/E.pem out/C.pem > out/J-chain.pem"
221 try openssl pkcs12 \
227 try openssl pkcs12 \
233 try openssl pkcs12 \
239 try openssl pkcs12 \
245 try openssl pkcs12 \
251 try openssl pkcs12 \
257 try openssl pkcs12 \
263 try openssl pkcs12 \
271 try cp out/A.pem ../certificates/client_1.pem
272 try cp out/A.key ../certificates/client_1.key
273 try cp out/A.pk8 ../certificates/client_1.pk8
274 try cp out/B.pem ../certificates/client_1_ca.pem
276 try cp out/D.pem ../certificates/client_2.pem
277 try cp out/D.key ../certificates/client_2.key
278 try cp out/D.pk8 ../certificates/client_2.pk8
279 try cp out/E.pem ../certificates/client_2_ca.pem
281 try cp out/F.pem ../certificates/client_3.pem
282 try cp out/F.key ../certificates/client_3.key
283 try cp out/F.pk8 ../certificates/client_3.pk8
284 try cp out/E.pem ../certificates/client_3_ca.pem
286 try cp out/G.pem ../certificates/client_4.pem
287 try cp out/G.key ../certificates/client_4.key
288 try cp out/G.pk8 ../certificates/client_4.pk8
289 try cp out/E.pem ../certificates/client_4_ca.pem
291 try cp out/H.pem ../certificates/client_5.pem
292 try cp out/H.key ../certificates/client_5.key
293 try cp out/H.pk8 ../certificates/client_5.pk8
294 try cp out/E.pem ../certificates/client_5_ca.pem
296 try cp out/I.pem ../certificates/client_6.pem
297 try cp out/I.key ../certificates/client_6.key
298 try cp out/I.pk8 ../certificates/client_6.pk8
299 try cp out/E.pem ../certificates/client_6_ca.pem
301 try cp out/J.pem ../certificates/client_7.pem
302 try cp out/J.key ../certificates/client_7.key
303 try cp out/J.pk8 ../certificates/client_7.pk8
304 try cp out/E.pem ../certificates/client_7_ca.pem
306 try cp out/client_1_u16_password.p12 ../certificates/client_1_u16_password.p12
308 try cp out/C.pem ../certificates/client_root_ca.pem