Skip to content

Commit

Permalink
Merge pull request #3 from robeden/master
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
pritikin committed Apr 18, 2014
2 parents 1324425 + 7945ca1 commit bd7109a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/server/createCA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
# completely clean out and re-create demoCA database directories (DESTRUCTIVE!!)
echo "#################################################################"
echo "SECURITY CONSIDERATIONS - NOTE WELL"
echo "The sample scripts used to handler EST operations are NOT"
echo "The sample scripts used to handle EST operations are NOT"
echo "intended to provide a secure implementation. They have not"
echo "been evaluated for security, the have not had a Thread Model"
echo "been evaluated for security, they have not had a Thread Model"
echo "reviewed, they are not particularly good about cleaning up after"
echo "themselves and they assume the data exchnaged is well formed"
echo "themselves and they assume the data exchanged is well formed"
echo "if the cryptographic checks pass."
echo ""
echo "In short: They are not to be trusted. The provide a functional"
echo "In short: They are not to be trusted. They provide a functional"
echo "implementation only."
echo ""
echo "Continuing will completely erase/destroy/nuke the existing estCA"
Expand Down

0 comments on commit bd7109a

Please sign in to comment.