diff --git a/providers/leancrypto/artifacts_certs_r4.zip b/providers/leancrypto/artifacts_certs_r4.zip index e6e77f5..e55a45d 100644 Binary files a/providers/leancrypto/artifacts_certs_r4.zip and b/providers/leancrypto/artifacts_certs_r4.zip differ diff --git a/providers/leancrypto/gen.sh b/providers/leancrypto/gen.sh index 93a1350..97809cd 100755 --- a/providers/leancrypto/gen.sh +++ b/providers/leancrypto/gen.sh @@ -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 \