Closed dannemca-kyndryl closed 6 months ago
I was following the procedure to generate my certs and found an typo in this section: https://github.com/dynatrace-oss/dt-cli?tab=readme-ov-file#usage
# ii. Generate developer key and certificate from the CA $ dt ext generate-developer-pem --ca-crt ca.crt --ca-key ca.key -o dev.pem # It should be $ dt ext generate-developer-pem --ca-crt ca.pem --ca-key ca.key -o dev.pem
Thank you @dannemca-kyndryl! The typo fix should appear in the next patch release.
I was following the procedure to generate my certs and found an typo in this section: https://github.com/dynatrace-oss/dt-cli?tab=readme-ov-file#usage