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

pull/567/merge
Roger A. Light 8 years ago
parent 40e6a75709
commit 8676cc0359

@ -125,6 +125,9 @@ Build:
build and install static versions of the client libraries. build and install static versions of the client libraries.
- Don't run TLS-PSK tests if TLS-PSK disabled at compile time. Closes #636. - 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 1.4.14 - 20170710
================= =================

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

@ -144,7 +144,7 @@
communication.</para> communication.</para>
<para>For <option>--capath</option> to work correctly, the <para>For <option>--capath</option> to work correctly, the
certificate files must have ".crt" as the file ending 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> time you add/remove a certificate.</para>
<para>See also <option>--cafile</option></para> <para>See also <option>--cafile</option></para>
</listitem> </listitem>

@ -152,7 +152,7 @@
communication.</para> communication.</para>
<para>For <option>--capath</option> to work correctly, the <para>For <option>--capath</option> to work correctly, the
certificate files must have ".crt" as the file ending 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> time you add/remove a certificate.</para>
<para>See also <option>--cafile</option></para> <para>See also <option>--cafile</option></para>
</listitem> </listitem>

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

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

Loading…
Cancel
Save