@sh.add_function(dsp, outputs=['key'], input_domain=osp.isfile)
def read_key(key_fpath):
    with open(key_fpath) as f:
        return f.read()