* release/22.02.1:
Bump boulder version to release-2022-02-14
Remove changes to obsolete wfe.json and v1_integration.py (#32)
Extend docker-compose timeout to 120s
* release/21.12:
Bump boulder version to release-2021-12-06
Downgrade some errors to warnings on dashboard
Fix cert-checker for whitelist/lockdown domains
Make initial setup process a bit more clear
Add comment to hostname-policy.yaml for whitelist/lockdown section
Disable redis containers (#29)
Enable more than one local domain to issue certificates for (#24)
Encode freshly generated keys to base64 (#27)
The boulder team have recently introduced a redis cluster for OCSP. As these are
taking up quite a bit of resources and it appears we don't need it for LabCA, we
disable it for now.
On the very first run, the authorization and encryption keys are generated as []byte but they should be
stored base64 encoded so they match the value as loaded in consecutive runs
* release/21.11.1:
Fix issuer cert link in generated vertificates
Bump boulder version to release-2021-11-09
Add flag to install to skip git pull to help in testing
Remove explicit maxConnectionAge from CA grpc config (#26)
Fix email tester; include it in main boulder binary
Bump boulder version to release-2021-11-02
Both grpc sections in ca-a.json and ca-b.json are the only places with a maxConnectionAge configured, and these seem to be the cause of the many "failed to complete security handshake" / "operation was canceled" audit error messsages.
* release/21.09:
Bump boulder version to release-2021-08-31
Move patch files to subdir for cleaner main dir
Add some troubleshooting info on CAA (#23)
Make initial setup phase more robust
Make initial setup phase more robust
Show more information on page to diagnose initial problems
Suppress checksum warning on "message repeated X times" lines
Show more information on page to diagnose initial problems