Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 11, 2018 08:56
Show Gist options
  • Save ryantm/16960558211e845b02775a58c7aef6ce to your computer and use it in GitHub Desktop.
Save ryantm/16960558211e845b02775a58c7aef6ce to your computer and use it in GitHub Desktop.
/nix/store/nfz2crys8022jwc4caw7z8sm5ldpq265-certbot-0.23.0
├── bin
│   └── certbot
├── lib
│   └── python2.7
│   └── site-packages
│   ├── certbot
│   │   ├── account.py
│   │   ├── account.pyc
│   │   ├── achallenges.py
│   │   ├── achallenges.pyc
│   │   ├── auth_handler.py
│   │   ├── auth_handler.pyc
│   │   ├── cert_manager.py
│   │   ├── cert_manager.pyc
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── configuration.py
│   │   ├── configuration.pyc
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── crypto_util.py
│   │   ├── crypto_util.pyc
│   │   ├── display
│   │   │   ├── completer.py
│   │   │   ├── completer.pyc
│   │   │   ├── dummy_readline.py
│   │   │   ├── dummy_readline.pyc
│   │   │   ├── enhancements.py
│   │   │   ├── enhancements.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ops.py
│   │   │   ├── ops.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── eff.py
│   │   ├── eff.pyc
│   │   ├── error_handler.py
│   │   ├── error_handler.pyc
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── hooks.py
│   │   ├── hooks.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces.py
│   │   ├── interfaces.pyc
│   │   ├── lock.py
│   │   ├── lock.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── main.py
│   │   ├── main.pyc
│   │   ├── notify.py
│   │   ├── notify.pyc
│   │   ├── ocsp.py
│   │   ├── ocsp.pyc
│   │   ├── plugins
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── common_test.py
│   │   │   ├── common_test.pyc
│   │   │   ├── disco.py
│   │   │   ├── disco.pyc
│   │   │   ├── disco_test.py
│   │   │   ├── disco_test.pyc
│   │   │   ├── dns_common_lexicon.py
│   │   │   ├── dns_common_lexicon.pyc
│   │   │   ├── dns_common_lexicon_test.py
│   │   │   ├── dns_common_lexicon_test.pyc
│   │   │   ├── dns_common.py
│   │   │   ├── dns_common.pyc
│   │   │   ├── dns_common_test.py
│   │   │   ├── dns_common_test.pyc
│   │   │   ├── dns_test_common_lexicon.py
│   │   │   ├── dns_test_common_lexicon.pyc
│   │   │   ├── dns_test_common.py
│   │   │   ├── dns_test_common.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── manual.py
│   │   │   ├── manual.pyc
│   │   │   ├── manual_test.py
│   │   │   ├── manual_test.pyc
│   │   │   ├── null.py
│   │   │   ├── null.pyc
│   │   │   ├── null_test.py
│   │   │   ├── null_test.pyc
│   │   │   ├── selection.py
│   │   │   ├── selection.pyc
│   │   │   ├── selection_test.py
│   │   │   ├── selection_test.pyc
│   │   │   ├── standalone.py
│   │   │   ├── standalone.pyc
│   │   │   ├── standalone_test.py
│   │   │   ├── standalone_test.pyc
│   │   │   ├── util.py
│   │   │   ├── util.pyc
│   │   │   ├── util_test.py
│   │   │   ├── util_test.pyc
│   │   │   ├── webroot.py
│   │   │   ├── webroot.pyc
│   │   │   ├── webroot_test.py
│   │   │   └── webroot_test.pyc
│   │   ├── renewal.py
│   │   ├── renewal.pyc
│   │   ├── reporter.py
│   │   ├── reporter.pyc
│   │   ├── reverter.py
│   │   ├── reverter.pyc
│   │   ├── ssl-dhparams.pem
│   │   ├── storage.py
│   │   ├── storage.pyc
│   │   ├── tests
│   │   │   ├── account_test.py
│   │   │   ├── account_test.pyc
│   │   │   ├── acme_util.py
│   │   │   ├── acme_util.pyc
│   │   │   ├── auth_handler_test.py
│   │   │   ├── auth_handler_test.pyc
│   │   │   ├── cert_manager_test.py
│   │   │   ├── cert_manager_test.pyc
│   │   │   ├── client_test.py
│   │   │   ├── client_test.pyc
│   │   │   ├── cli_test.py
│   │   │   ├── cli_test.pyc
│   │   │   ├── configuration_test.py
│   │   │   ├── configuration_test.pyc
│   │   │   ├── crypto_util_test.py
│   │   │   ├── crypto_util_test.pyc
│   │   │   ├── display
│   │   │   │   ├── completer_test.py
│   │   │   │   ├── completer_test.pyc
│   │   │   │   ├── enhancements_test.py
│   │   │   │   ├── enhancements_test.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── ops_test.py
│   │   │   │   ├── ops_test.pyc
│   │   │   │   ├── util_test.py
│   │   │   │   └── util_test.pyc
│   │   │   ├── eff_test.py
│   │   │   ├── eff_test.pyc
│   │   │   ├── error_handler_test.py
│   │   │   ├── error_handler_test.pyc
│   │   │   ├── errors_test.py
│   │   │   ├── errors_test.pyc
│   │   │   ├── hook_test.py
│   │   │   ├── hook_test.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lock_test.py
│   │   │   ├── lock_test.pyc
│   │   │   ├── log_test.py
│   │   │   ├── log_test.pyc
│   │   │   ├── main_test.py
│   │   │   ├── main_test.pyc
│   │   │   ├── notify_test.py
│   │   │   ├── notify_test.pyc
│   │   │   ├── ocsp_test.py
│   │   │   ├── ocsp_test.pyc
│   │   │   ├── renewal_test.py
│   │   │   ├── renewal_test.pyc
│   │   │   ├── reporter_test.py
│   │   │   ├── reporter_test.pyc
│   │   │   ├── reverter_test.py
│   │   │   ├── reverter_test.pyc
│   │   │   ├── storage_test.py
│   │   │   ├── storage_test.pyc
│   │   │   ├── testdata
│   │   │   │   ├── cert_2048.pem
│   │   │   │   ├── cert_512_bad.pem
│   │   │   │   ├── cert_512.pem
│   │   │   │   ├── cert-5sans_512.pem
│   │   │   │   ├── cert_fullchain_2048.pem
│   │   │   │   ├── cert-san_512.pem
│   │   │   │   ├── cli.ini
│   │   │   │   ├── csr_512.der
│   │   │   │   ├── csr_512.pem
│   │   │   │   ├── csr-6sans_512.conf
│   │   │   │   ├── csr-6sans_512.pem
│   │   │   │   ├── csr-nonames_512.pem
│   │   │   │   ├── csr-nosans_512.conf
│   │   │   │   ├── csr-nosans_512.pem
│   │   │   │   ├── csr-san_512.pem
│   │   │   │   ├── os-release
│   │   │   │   ├── README
│   │   │   │   ├── rsa2048_key.pem
│   │   │   │   ├── rsa256_key.pem
│   │   │   │   ├── rsa512_key.pem
│   │   │   │   ├── sample-archive
│   │   │   │   │   ├── cert1.pem
│   │   │   │   │   ├── chain1.pem
│   │   │   │   │   ├── fullchain1.pem
│   │   │   │   │   └── privkey1.pem
│   │   │   │   ├── sample-renewal-ancient.conf
│   │   │   │   ├── sample-renewal.conf
│   │   │   │   └── webrootconftest.ini
│   │   │   ├── util.py
│   │   │   ├── util.pyc
│   │   │   ├── util_test.py
│   │   │   └── util_test.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── certbot-0.23.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 204 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment