As you may or may not be aware, new signing certificates are now generated with a new intermediate certificate. You can read about it here:
https://developer.apple.com/support/wwdr-intermediate-certificate/
For Macs that are connected to the Internet, Xcode will download the new intermediate certificate automatically. However, our build nodes are not connected to the Internet, so we can't get the certificate automatically.
I'm struggling to find any documentation on how to do this manually (or automated with Ansible if possible).