Replace mentions of deprecated 'c_rehash' with 'openssl rehash'.

This commit is contained in:
Roger A. Light 2018-04-07 11:26:43 +01:00
parent 40e6a75709
commit 8676cc0359
6 changed files with 12 additions and 9 deletions

View File

@ -125,6 +125,9 @@ Build:
build and install static versions of the client libraries.
- Don't run TLS-PSK tests if TLS-PSK disabled at compile time. Closes #636.
Documentation:
- Replace mentions of deprecated 'c_rehash' with 'openssl rehash'.
1.4.14 - 20170710
=================

View File

@ -854,7 +854,7 @@
that are trusted. For <option>capath</option> to
work correctly, the certificates files must have
".pem" as the file ending and you must run
"c_rehash &lt;path to capath&gt;" each time you
"openssl rehash &lt;path to capath&gt;" each time you
add/remove a certificate.</para>
</listitem>
</varlistentry>
@ -1414,7 +1414,7 @@ topic clients/total in 0 test/mosquitto/org $SYS/broker/
certificates that have signed the certificate for
the remote broker. For bridge_capath to work
correctly, the certificate files must have ".crt"
as the file ending and you must run "c_rehash
as the file ending and you must run "openssl rehash
&lt;path to bridge_capath&gt;" each time you
add/remove a certificate.</para>
</listitem>

View File

@ -144,7 +144,7 @@
communication.</para>
<para>For <option>--capath</option> to work correctly, the
certificate files must have ".crt" as the file ending
and you must run "c_rehash &lt;path to capath&gt;" each
and you must run "openssl rehash &lt;path to capath&gt;" each
time you add/remove a certificate.</para>
<para>See also <option>--cafile</option></para>
</listitem>

View File

@ -152,7 +152,7 @@
communication.</para>
<para>For <option>--capath</option> to work correctly, the
certificate files must have ".crt" as the file ending
and you must run "c_rehash &lt;path to capath&gt;" each
and you must run "openssl rehash &lt;path to capath&gt;" each
time you add/remove a certificate.</para>
<para>See also <option>--cafile</option></para>
</listitem>

View File

@ -210,7 +210,7 @@
# capath defines a directory that will be searched for files
# containing the CA certificates. For capath to work correctly, the
# certificate files must have ".crt" as the file ending and you must run
# "c_rehash <path to capath>" each time you add/remove a certificate.
# "openssl rehash <path to capath>" each time you add/remove a certificate.
#cafile
#capath
@ -366,7 +366,7 @@
# capath defines a directory that will be searched for files
# containing the CA certificates. For capath to work correctly, the
# certificate files must have ".crt" as the file ending and you must run
# "c_rehash <path to capath>" each time you add/remove a certificate.
# "openssl rehash <path to capath>" each time you add/remove a certificate.
#cafile
#capath
@ -809,8 +809,8 @@
# certificate.
# bridge_capath defines a directory that will be searched for files containing
# the CA certificates. For bridge_capath to work correctly, the certificate
# files must have ".crt" as the file ending and you must run "c_rehash <path to
# capath>" each time you add/remove a certificate.
# files must have ".crt" as the file ending and you must run "openssl rehash
# <path to capath>" each time you add/remove a certificate.
#bridge_cafile
#bridge_capath

View File

@ -72,4 +72,4 @@ cat test-signing-ca.crt test-root-ca.crt > all-ca.crt
#mkdir certs
#cp test-signing-ca.crt certs/test-signing-ca.pem
#cp test-root-ca.crt certs/test-root.ca.pem
c_rehash certs
openssl rehash certs