Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 30, 2018 18:36
Show Gist options
  • Save ryantm/be74c2d2f6d0b1ee2fb5e2b0e30fb945 to your computer and use it in GitHub Desktop.
Save ryantm/be74c2d2f6d0b1ee2fb5e2b0e30fb945 to your computer and use it in GitHub Desktop.
/nix/store/9whclrmrld36nawkkdshhj636jlh1cdm-p11-kit-0.23.11
├── 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