Skip to content

Commit

Permalink
Merge pull request #179 from smuellerDD/leancrypto-x509-fixes-2
Browse files Browse the repository at this point in the history
leancrypto: Certificates are now validated by BC
  • Loading branch information
ounsworth authored Dec 11, 2024
2 parents 1519230 + 7318d3e commit d94607c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Binary file modified providers/leancrypto/artifacts_certs_r4.zip
Binary file not shown.
6 changes: 0 additions & 6 deletions providers/leancrypto/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@ gen_cert()
--valid-to 2044210606 \
--subject-cn "leancrypto test CA" \
--subject-ou "leancrypto test OU" \
--subject-o leancrypto \
--subject-st Saxony \
--subject-c DE \
--issuer-cn "leancrypto test CA" \
--issuer-ou "leancrypto test OU" \
--issuer-o leancrypto \
--issuer-st Saxony \
--issuer-c DE \
--serial 0102030405060708 \
-o ${TARGETDIR}/${CA_FILENAME} \
--sk-file ${TARGETDIR}/${CA_FILENAME}.privkey \
Expand Down

0 comments on commit d94607c

Please sign in to comment.