Skip to content

Commit

Permalink
Staging URI in dev-cli.ini example
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Dec 29, 2015
1 parent ffd0d5a commit 7788799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/cli.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096

# Always use the staging/testing server
server = https://acme-staging.api.letsencrypt.org/directory

# Uncomment and update to register with the specified e-mail address
# email = [email protected]

Expand Down
3 changes: 3 additions & 0 deletions examples/dev-cli.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Always use the staging/testing server - avoids rate limiting
server = https://acme-staging.api.letsencrypt.org/directory

# This is an example configuration file for developers
config-dir = /tmp/le/conf
work-dir = /tmp/le/conf
Expand Down

0 comments on commit 7788799

Please sign in to comment.