integration: use 2048-bit intermediate. (#5073)

Since we generate an intermediate on each integration test run, this
speeds things up by a few seconds. It also makes generation of our
linting keys on CA startup faster.
This commit is contained in:
Jacob Hoffman-Andrews 2020-09-02 09:44:27 -07:00 committed by GitHub
parent b5539a51df
commit 70ebbc4107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ pkcs11:
store-key-with-label: intermediate signing key (rsa)
key:
type: rsa
rsa-mod-length: 4096
rsa-mod-length: 2048
outputs:
public-key-path: /tmp/intermediate-signing-pub-rsa.pem