Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStacey Sheldon <stac@solidgoldbomb.org>2015-08-16 19:38:19 +0300
committerStacey Sheldon <stac@solidgoldbomb.org>2015-08-23 17:24:51 +0300
commit7073f947bdffb33724f974aae8815712b4dac653 (patch)
treec8c0d4ce5c80c27f560005bfba331fee94b04df7 /examples
parent04c2672de90bb7cd144abd74ceb88ec30cadba5c (diff)
examples: fix typos in generate-csr.sh script comments
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/generate-csr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/generate-csr.sh b/examples/generate-csr.sh
index fa9327095..c4a3af016 100755
--- a/examples/generate-csr.sh
+++ b/examples/generate-csr.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# This script generates a simple SAN CSR to be used with Let's Encrypt
-# CA. Mostly intedened for "auth --csr" testing, but, since its easily
-# auditable, feel free to adjust it and use on you production web
+# CA. Mostly intended for "auth --csr" testing, but, since it's easily
+# auditable, feel free to adjust it and use it on your production web
# server.
if [ "$#" -lt 1 ]