Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 4, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/2e91f0fb53f3913cdb734c8635e950ce to your computer and use it in GitHub Desktop.
Save r-ryantm/2e91f0fb53f3913cdb734c8635e950ce to your computer and use it in GitHub Desktop.
/nix/store/sblr7jk7y5wrm9zp4hhq69037n82l628-sslmate-1.7.1
├── bin
│   └── sslmate
├── libexec
│   └── sslmate
│   └── approval
│   ├── dns
│   │   ├── cloudflare
│   │   ├── digitalocean
│   │   ├── dnsimple
│   │   └── route53
│   └── http
│   └── documentroot
└── share
├── doc
│   └── sslmate
│   ├── NEWS
│   └── README
├── man
│   └── man1
│   └── sslmate.1.gz
└── sslmate
├── dhparams
│   ├── dh2048-group14.pem
│   ├── dh3072-group15.pem
│   ├── dh4096-group16.pem
│   ├── dh6144-group17.pem
│   └── dh8192-group18.pem
└── perllib
├── SSLMate
│   └── HTTPSClient.pm
└── SSLMate.pm
15 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment