diff options
author | Joe George <joe@zeroc.com> | 2016-05-13 11:43:50 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-05-13 11:43:50 -0400 |
commit | b29dfd4464535eefb01743674844fa92d08421da (patch) | |
tree | 5c9b69852ac6b974111be772229b10d412db319a | |
parent | Objective-C stream changes (diff) | |
parent | Add README.md to certs directory (diff) | |
download | ice-b29dfd4464535eefb01743674844fa92d08421da.tar.bz2 ice-b29dfd4464535eefb01743674844fa92d08421da.tar.xz ice-b29dfd4464535eefb01743674844fa92d08421da.zip |
Merge remote-tracking branch 'origin/3.6'
-rw-r--r-- | certs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certs/README.md b/certs/README.md index d049ec28ae2..387f0aef7f7 100644 --- a/certs/README.md +++ b/certs/README.md @@ -17,7 +17,7 @@ We've included the Python script `makecerts.py` to simplify this task. You'll need Python to run the script. The script also depends on a utility package from a separate [ZeroC repository][1]. You can install this package as follows: - pip install zeroc-ice-certutils + pip install zeroc-icecertutils ## Usage @@ -44,4 +44,4 @@ You can specify an alternate IP address using `--ip` and an alternate DNS name using `--dns`. The `--use-dns` flag forces the script to use the DNS name as the server's Common Name instead of the IP address. -[1]: https://github.com/zeroc-ice/ice-certutils +[1]: https://github.com/zeroc-ice/icecertutils |