Skip to content

Commit f3172bc

Browse files
committed
Changing some "will happen"s to "hopefully will happen"s
1 parent eb56c16 commit f3172bc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ System Requirements
128128
===================
129129

130130
The Let's Encrypt Client presently only runs on Unix-ish OSes that include
131-
Python 2.6 or 2.7; Python 3.x support will be added after the Public Beta
132-
launch. The client requires root access in order to write to
131+
Python 2.6 or 2.7; Python 3.x support will hopefully be added after the Public
132+
Beta launch. The client requires root access in order to write to
133133
``/etc/letsencrypt``, ``/var/log/letsencrypt``, ``/var/lib/letsencrypt``; to
134134
bind to ports 80 and 443 (if you use the ``standalone`` plugin) and to read and
135135
modify webserver configurations (if you use the ``apache`` or ``nginx``

docs/using.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ or ``--webroot-path /usr/share/nginx/html`` are two common webroot paths.
124124

125125
If you're getting a certificate for many domains at once, the plugin
126126
needs to know where each domain's files are served from, which could
127-
potentially be a separate directory for each domain. When requested a
127+
potentially be a separate directory for each domain. When requesting a
128128
certificate for multiple domains, each domain will use the most recently
129129
specified ``--webroot-path``. So, for instance,
130130

@@ -184,11 +184,11 @@ be on a different computer.
184184
Nginx
185185
-----
186186

187-
In the future, if you're running Nginx you can use this plugin to
188-
automatically obtain and install your certificate. The Nginx plugin
189-
is still experimental, however, and is not installed with
190-
letsencrypt-auto_. If installed, you can select this plugin on the
191-
command line by including ``--nginx``.
187+
In the future, if you're running Nginx you will hopefully be able to use this
188+
plugin to automatically obtain and install your certificate. The Nginx plugin is
189+
still experimental, however, and is not installed with letsencrypt-auto_. If
190+
installed, you can select this plugin on the command line by including
191+
``--nginx``.
192192

193193
Third-party plugins
194194
-------------------
@@ -446,7 +446,7 @@ If you run Debian Stretch or Debian Sid, you can install letsencrypt packages.
446446
If you don't want to use the Apache plugin, you can omit the
447447
``python-letsencrypt-apache`` package.
448448

449-
Packages for Debian Jessie are coming in the next few weeks.
449+
Packages for Debian Jessie will hopefully be coming in the next few weeks.
450450

451451
**Fedora**
452452

0 commit comments

Comments
 (0)