mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 16:52:13 +08:00
Replace mentions of deprecated 'c_rehash' with 'openssl rehash'.
This commit is contained in:
parent
40e6a75709
commit
8676cc0359
@ -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
|
||||
=================
|
||||
|
@ -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 <path to capath>" each time you
|
||||
"openssl rehash <path to capath>" 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
|
||||
<path to bridge_capath>" each time you
|
||||
add/remove a certificate.</para>
|
||||
</listitem>
|
||||
|
@ -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 <path to capath>" each
|
||||
and you must run "openssl rehash <path to capath>" each
|
||||
time you add/remove a certificate.</para>
|
||||
<para>See also <option>--cafile</option></para>
|
||||
</listitem>
|
||||
|
@ -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 <path to capath>" each
|
||||
and you must run "openssl rehash <path to capath>" each
|
||||
time you add/remove a certificate.</para>
|
||||
<para>See also <option>--cafile</option></para>
|
||||
</listitem>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user