You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious about why this is here? this prevents cs.put any values with spaces. One such legitimate case is in certificate management where the certificates will always begin -----BEGIN CERTIFICATE----- etc
My particular case I'm putting certificates to certmgmt, but the certs were corrupt. I commented this line out and cs.put worked correctly.
The text was updated successfully, but these errors were encountered:
sdk-samples/app_template/cs.py
Line 117 in 82d855d
I'm curious about why this is here? this prevents cs.put any values with spaces. One such legitimate case is in certificate management where the certificates will always begin -----BEGIN CERTIFICATE----- etc
My particular case I'm putting certificates to certmgmt, but the certs were corrupt. I commented this line out and cs.put worked correctly.
The text was updated successfully, but these errors were encountered: