Appearance
CreatePfxResult
Success-or-failure result from createPfx.
createPfx
type CreatePfxResult = { readonly ok: true; readonly value: PfxMaterial } | ErrorResult<CreatePfxErrorCode, Record<never, never>, CreatePfxFailure>