diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-02 18:33:36 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-10-02 18:33:36 -0400 |
commit | bff90cdc0118cd30ef5d3990e622098e7b3356e3 (patch) | |
tree | 698168e7a360bcbfdd1f2ffdedcff0365a02cbbd /cpp | |
parent | The Ice connection will now print warnings for first invalid messages receive... (diff) | |
download | ice-bff90cdc0118cd30ef5d3990e622098e7b3356e3.tar.bz2 ice-bff90cdc0118cd30ef5d3990e622098e7b3356e3.tar.xz ice-bff90cdc0118cd30ef5d3990e622098e7b3356e3.zip |
Fixed typo
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceSSL/certs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certs/README.md b/cpp/test/IceSSL/certs/README.md index a67874f1caa..39f9642ab6a 100644 --- a/cpp/test/IceSSL/certs/README.md +++ b/cpp/test/IceSSL/certs/README.md @@ -3,7 +3,7 @@ test/IceSSL/configuration. The 'makecerts.py' script generates certificates in the current directory using the CA databases stored under the db directory. -You can use iceca from the zeroc-ice-certutils PyPi package to view +You can use iceca from the zeroc-icecertutils PyPi package to view the content of the CA databases, for example: ICE_CA_HOME=db/ca1 iceca --capass=password list |