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
We could probably remove the --cert-file flag when importing a certificate. And instead, change the --import flag from a boolean type to a string type and specify the filename there.
It'd be cool to be able to import the certificate content form stdin as well, and not just from a file.
--cert-fileflag when importing a certificate. And instead, change the--importflag from a boolean type to a string type and specify the filename there.