Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 10, 2020 03:46
Show Gist options
  • Save r-ryantm/40c70c64c0cc0cd4751ba400a1d7f885 to your computer and use it in GitHub Desktop.
Save r-ryantm/40c70c64c0cc0cd4751ba400a1d7f885 to your computer and use it in GitHub Desktop.
/nix/store/fm5k9pzmj84cgxsi9sb9aqv1b6b65mkz-python3.8-certbot-1.7.0
├── bin
│   └── certbot
├── lib
│   └── python3.8
│   └── site-packages
│   ├── certbot
│   │   ├── achallenges.py
│   │   ├── compat
│   │   │   ├── filesystem.py
│   │   │   ├── __init__.py
│   │   │   ├── misc.py
│   │   │   ├── os.py
│   │   │   ├── _path.py
│   │   │   └── __pycache__
│   │   │   ├── filesystem.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── misc.cpython-38.pyc
│   │   │   ├── os.cpython-38.pyc
│   │   │   └── _path.cpython-38.pyc
│   │   ├── crypto_util.py
│   │   ├── display
│   │   │   ├── __init__.py
│   │   │   ├── ops.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── ops.cpython-38.pyc
│   │   │   │   └── util.cpython-38.pyc
│   │   │   └── util.py
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── _internal
│   │   │   ├── account.py
│   │   │   ├── auth_handler.py
│   │   │   ├── cert_manager.py
│   │   │   ├── cli
│   │   │   │   ├── cli_constants.py
│   │   │   │   ├── cli_utils.py
│   │   │   │   ├── group_adder.py
│   │   │   │   ├── helpful.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── paths_parser.py
│   │   │   │   ├── plugins_parsing.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── cli_constants.cpython-38.pyc
│   │   │   │   │   ├── cli_utils.cpython-38.pyc
│   │   │   │   │   ├── group_adder.cpython-38.pyc
│   │   │   │   │   ├── helpful.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── paths_parser.cpython-38.pyc
│   │   │   │   │   ├── plugins_parsing.cpython-38.pyc
│   │   │   │   │   ├── report_config_interaction.cpython-38.pyc
│   │   │   │   │   ├── subparsers.cpython-38.pyc
│   │   │   │   │   └── verb_help.cpython-38.pyc
│   │   │   │   ├── report_config_interaction.py
│   │   │   │   ├── subparsers.py
│   │   │   │   └── verb_help.py
│   │   │   ├── client.py
│   │   │   ├── configuration.py
│   │   │   ├── constants.py
│   │   │   ├── display
│   │   │   │   ├── completer.py
│   │   │   │   ├── dummy_readline.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── completer.cpython-38.pyc
│   │   │   │   ├── dummy_readline.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── eff.py
│   │   │   ├── error_handler.py
│   │   │   ├── hooks.py
│   │   │   ├── __init__.py
│   │   │   ├── lock.py
│   │   │   ├── log.py
│   │   │   ├── main.py
│   │   │   ├── plugins
│   │   │   │   ├── disco.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── manual.py
│   │   │   │   ├── null.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── disco.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── manual.cpython-38.pyc
│   │   │   │   │   ├── null.cpython-38.pyc
│   │   │   │   │   ├── selection.cpython-38.pyc
│   │   │   │   │   ├── standalone.cpython-38.pyc
│   │   │   │   │   └── webroot.cpython-38.pyc
│   │   │   │   ├── selection.py
│   │   │   │   ├── standalone.py
│   │   │   │   └── webroot.py
│   │   │   ├── __pycache__
│   │   │   │   ├── account.cpython-38.pyc
│   │   │   │   ├── auth_handler.cpython-38.pyc
│   │   │   │   ├── cert_manager.cpython-38.pyc
│   │   │   │   ├── client.cpython-38.pyc
│   │   │   │   ├── configuration.cpython-38.pyc
│   │   │   │   ├── constants.cpython-38.pyc
│   │   │   │   ├── eff.cpython-38.pyc
│   │   │   │   ├── error_handler.cpython-38.pyc
│   │   │   │   ├── hooks.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── lock.cpython-38.pyc
│   │   │   │   ├── log.cpython-38.pyc
│   │   │   │   ├── main.cpython-38.pyc
│   │   │   │   ├── renewal.cpython-38.pyc
│   │   │   │   ├── reporter.cpython-38.pyc
│   │   │   │   ├── storage.cpython-38.pyc
│   │   │   │   └── updater.cpython-38.pyc
│   │   │   ├── renewal.py
│   │   │   ├── reporter.py
│   │   │   ├── storage.py
│   │   │   └── updater.py
│   │   ├── main.py
│   │   ├── ocsp.py
│   │   ├── plugins
│   │   │   ├── common.py
│   │   │   ├── dns_common_lexicon.py
│   │   │   ├── dns_common.py
│   │   │   ├── dns_test_common_lexicon.py
│   │   │   ├── dns_test_common.py
│   │   │   ├── enhancements.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-38.pyc
│   │   │   │   ├── dns_common.cpython-38.pyc
│   │   │   │   ├── dns_common_lexicon.cpython-38.pyc
│   │   │   │   ├── dns_test_common.cpython-38.pyc
│   │   │   │   ├── dns_test_common_lexicon.cpython-38.pyc
│   │   │   │   ├── enhancements.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── storage.cpython-38.pyc
│   │   │   │   └── util.cpython-38.pyc
│   │   │   ├── storage.py
│   │   │   └── util.py
│   │   ├── __pycache__
│   │   │   ├── achallenges.cpython-38.pyc
│   │   │   ├── crypto_util.cpython-38.pyc
│   │   │   ├── errors.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── interfaces.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── ocsp.cpython-38.pyc
│   │   │   ├── reverter.cpython-38.pyc
│   │   │   └── util.cpython-38.pyc
│   │   ├── reverter.py
│   │   ├── ssl-dhparams.pem
│   │   ├── tests
│   │   │   ├── acme_util.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── acme_util.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── util.cpython-38.pyc
│   │   │   ├── testdata
│   │   │   │   ├── cert_2048.pem
│   │   │   │   ├── cert_512_bad.pem
│   │   │   │   ├── cert_512.pem
│   │   │   │   ├── cert-5sans_512.pem
│   │   │   │   ├── cert_fullchain_2048.pem
│   │   │   │   ├── cert_intermediate_1.pem
│   │   │   │   ├── cert_intermediate_2.pem
│   │   │   │   ├── cert_leaf.pem
│   │   │   │   ├── cert-nosans_nistp256.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-nosans_nistp256.pem
│   │   │   │   ├── csr-san_512.pem
│   │   │   │   ├── nistp256_key.pem
│   │   │   │   ├── ocsp_certificate.pem
│   │   │   │   ├── ocsp_issuer_certificate.pem
│   │   │   │   ├── ocsp_responder_certificate.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.py
│   └── certbot-1.7.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
26 directories, 179 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment