IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

lmctl create resourcedriver with certificate in same files as properties does not work #92

Closed dvaccarosenna closed 3 years ago

dvaccarosenna commented 3 years ago

When using lmctl create resourcedriver -f somefiles.yaml, where somefiles.yaml includes the driver certificate, the driver is onboarded but cannot be used as the certificate is no uploaded in the correct format.

Using the --certificate option, referencing a file with the certificate, works.

dvaccarosenna commented 3 years ago

Fixed by #94