Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
certbot
certbot-fix_constants.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File certbot-fix_constants.patch of Package certbot
diff -Pdpru certbot-0.15.0.orig/certbot/constants.py certbot-0.15.0/certbot/constants.py --- certbot-0.15.0.orig/certbot/constants.py 2017-06-08 18:32:41.000000000 +0200 +++ certbot-0.15.0/certbot/constants.py 2017-06-11 11:03:22.040567442 +0200 @@ -13,19 +13,19 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le CLI_DEFAULTS = dict( config_files=[ - "/etc/letsencrypt/cli.ini", + "/etc/certbot/cli.ini", # http://freedesktop.org/wiki/Software/xdg-user-dirs/ os.path.join(os.environ.get("XDG_CONFIG_HOME", "~/.config"), - "letsencrypt", "cli.ini"), + "certbot", "cli.ini"), ], dry_run=False, verbose_count=-int(logging.INFO / 10), server="https://acme-v01.api.letsencrypt.org/directory", rsa_key_size=2048, rollback_checkpoints=1, - config_dir="/etc/letsencrypt", - work_dir="/var/lib/letsencrypt", - logs_dir="/var/log/letsencrypt", + config_dir="/etc/certbot", + work_dir="/var/lib/certbot", + logs_dir="/var/log/certbot", no_verify_ssl=False, http01_port=challenges.HTTP01Response.PORT, http01_address="",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor