mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 15:54:10 -04:00
* Add error checking and automatic logging. * Ignore release dir and logs * Don't always require PGP card and fix script cmd. * keep track of default GPG key * Add PGP card sanity check after offline signature * fix typo * I'm tired of pressing y. * Automate running tools/offline-sigrequest.sh. * Update comment and make output more readable.
45 lines
457 B
Text
45 lines
457 B
Text
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist*/
|
|
/venv*/
|
|
/kgs/
|
|
/.tox/
|
|
/releases*/
|
|
/log*
|
|
letsencrypt.log
|
|
certbot.log
|
|
letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64
|
|
|
|
# coverage
|
|
.coverage
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
tags
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.sw?
|
|
\#*#
|
|
.idea
|
|
.ropeproject
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|
|
|
|
# letstest
|
|
tests/letstest/letest-*/
|
|
tests/letstest/*.pem
|
|
tests/letstest/venv/
|
|
|
|
.venv
|
|
|
|
# pytest cache
|
|
.cache
|
|
.mypy_cache/
|
|
|
|
# docker files
|
|
.docker
|