diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /test/make_sni.sh | |
parent | don't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff) | |
download | apache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip |
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/make_sni.sh')
-rw-r--r-- | test/make_sni.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/make_sni.sh b/test/make_sni.sh index b8b651df46..1805c4be56 100644 --- a/test/make_sni.sh +++ b/test/make_sni.sh @@ -143,7 +143,7 @@ openssl req -new -nodes -batch \ -keyout ${CDIR}/xs-root-2.key -out ${CDIR}/xs-root-2.pem \ || exit 2 -# Create a chain of just the two access authorites: +# Create a chain of just the two access authorities: cat ${CDIR}/xs-root-2.pem ${CDIR}/xs-root-1.pem > ${CDIR}/xs-root-chain.pem # And likewise a directory with the same information (using the @@ -206,7 +206,7 @@ ErrorLog ${DIR}/logs/error_log SSLSessionCache none # Note that this SSL configuration is far -# from complete - you propably will want +# from complete - you probably will want # to configure SSLSession Caches at the # very least. @@ -295,7 +295,7 @@ do # Uncomment the following lines if you # want to only allow access to clients with # a certificate issued/signed by some - # selection of the issuing authorites + # selection of the issuing authorities # # SSLCACertificate ${CDIR}/xs-root-1.pem # just root 1 # SSLCACertificate ${CDIR}/xs-root-2.pem # just root 2 |