v1.0.4: Work around TLS issue with dlang.org
Currently, https://dlang.org/d-keyring.gpg might throw a TLS verification error because the server does not bundle intermediate certificates.
This causes all pipeline to temporarily fail, until the configuration error is resolved.
This release works around this issue by importing the intermediate certificate directly. The workaround will be removed once the issue is resolved.