20 Mar 2025 02:49 PM
Using the custom extension creator, I have modified a custom one. Since I didn't have the old key/certificate to sign it, I generated one with the following:
mkdir secrets
cd secrets
dt extension genca --no-ca-passphrase
dt extension generate-developer-pem -o developer.pem --ca-crt ca.pem --ca-key ca.key --name 'JDoe'
Then, I created a certificate in vault with the root .pem, uploaded it also to each active gate and then published the new extension version using the developer certificate. The extension doesn't show any error, but in the old dashboard, It doesn't ingest any data.
Solved! Go to Solution.
21 Mar 2025 08:17 AM
Hello,
I believe you need to apply the certificate also on the AG or hosts you are using. Please check the below document for further details.
https://docs.dynatrace.com/docs/shortlink/sign-extension#build-extension
Thanks,
Islam