dynatrace-oss / dt-cli

Command line tool for Dynatrace
https://pypi.org/project/dt-cli/
Apache License 2.0
17 stars 12 forks source link

Code change in readme-ov-file Usage section #168

Closed dannemca-kyndryl closed 6 months ago

dannemca-kyndryl commented 7 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
vduseev commented 6 months ago

Thank you @dannemca-kyndryl! The typo fix should appear in the next patch release.