Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 17, 2018 03:13
Show Gist options
  • Save ryantm/5ef6c8daf082f5e336f01d0b47ed47fc to your computer and use it in GitHub Desktop.
Save ryantm/5ef6c8daf082f5e336f01d0b47ed47fc to your computer and use it in GitHub Desktop.
/nix/store/d1aadk8ngksx7r74nm6pd97m4i59x9af-p11-kit-0.23.13
├── etc
│   └── pkcs11
│   └── pkcs11.conf.example
├── lib
│   ├── libp11-kit.la
│   ├── libp11-kit.so -> libp11-kit.so.0.3.0
│   ├── libp11-kit.so.0 -> libp11-kit.so.0.3.0
│   ├── libp11-kit.so.0.3.0
│   ├── p11-kit-proxy.so -> libp11-kit.so.0.3.0
│   └── pkcs11
│   ├── p11-kit-client.la
│   ├── p11-kit-client.so
│   ├── p11-kit-trust.la
│   └── p11-kit-trust.so
├── libexec
│   └── p11-kit
│   ├── p11-kit-remote
│   ├── p11-kit-server
│   └── trust-extract-compat
└── share
└── p11-kit
└── modules
└── p11-kit-trust.module
9 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment