Skip to content

Commit

Permalink
Create .p7c with both Root CA certs (one xcert)
Browse files Browse the repository at this point in the history
  • Loading branch information
bob-fontana committed Nov 20, 2018
1 parent 980e56f commit e030065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "ln -s ../aia/certsIssuedToICAMTestCardBridgeCA.p7c Intermediate_Bridge_Cer
# Create the command to populate the certsIssuedToICAMTestCardRootCA.p7c file like this:
#

echo "openssl crl2pkcs7 -nocrl -outform der -out ../aia/certsIssuedToICAMTestCardRootCA.p7c -certfile 99_ICAM_Test_Card_Bridge_CA_to_ICAM_Test_Card_Root_CA.crt" >>/tmp/t.$$.sh
echo "openssl crl2pkcs7 -nocrl -outform der -out ../aia/certsIssuedToICAMTestCardRootCA.p7c -certfile 99_ICAM_Test_Card_Bridge_CA_to_ICAM_Test_Card_Root_CA.crt -certfile ../roots/00_ICAM_Test_Card_Root_CA.crt" >>/tmp/t.$$.sh

sh /tmp/t.$$.sh
rm -f /tmp/t.$$.sh

0 comments on commit e030065

Please sign in to comment.