Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 600 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 600 Bytes

certificate handling for haskell

Build Status BSD Haskell

This repository contains various certificates related PKIX X509 packages.

force reinstalling all x509 for dev:

for i in x509 x509-store x509-system x509-validation; do (cd $i; cabal install --force-reinstall); done