Skip to content

2022-June-10 - Prerelease - 2.6.884

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:30
9184fff
Vagrant: Conditionally generate dhparams file (#10620)

It takes a significant amount of time to generate dhparams file (around 10-20 minutes).
It is a one-time activity, but on vagrant we wind up doing this often because we
frequently recreate the VM. This update makes the file generation to be conditional
that we are not in a vagrant environment, if deploying to vagrant then we deploy
a pregenerated file to save time.