Skip to content

Commit

Permalink
fix: small print
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jun 13, 2024
1 parent 00e127d commit a17af68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ services:
echo "DNS.4 = redirecter" >> sztpd1/sbi/end-entity/openssl.cnf
sed -i 's/my-serial-number/third-serial-number/g' client/end-entity/openssl.cnf
make pki SHELL=/bin/ash
echo SERVER SBI certificates
echo === SERVER SBI certificates ===
cat sztpd1/sbi/end-entity/my_cert.pem sztpd1/sbi/intermediate2/my_cert.pem > /tmp/cert_chain.pem
openssl crl2pkcs7 -nocrl -certfile /tmp/cert_chain.pem -outform DER -out /tmp/cert_chain.cms
echo CLIENT cert DevID trust anchor
echo === CLIENT cert DevID trust anchor ===
cat client/root-ca/my_cert.pem client/intermediate1/my_cert.pem client/intermediate2/my_cert.pem > /tmp/ta_cert_chain.pem
openssl crl2pkcs7 -nocrl -certfile /tmp/ta_cert_chain.pem -outform DER -out /tmp/ta_cert_chain.cms
cat sztpd1/sbi/root-ca/my_cert.pem sztpd1/sbi/intermediate1/my_cert.pem > /opi.pem
echo COPY TO FINAL DESTINATION
echo === COPY TO FINAL DESTINATION ===
cp sztpd1/sbi/end-entity/private_key.der \
sztpd1/sbi/end-entity/private_key.pem \
sztpd1/sbi/end-entity/public_key.der \
Expand Down

0 comments on commit a17af68

Please sign in to comment.