func listUntrustedCmd() *cobra.Command {
    return &cobra.Command{
        Use:   "list-untrusted [type]",
        Short: "List untrusted issuers for given credential type",
        Args:  cobra.ExactArgs(1),