Skip to content
Snippets Groups Projects
Commit cd385f07 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix sphinx label namespace


Thanks Michael for pointing out the error!

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent a09b0f16
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,10 @@ destination-related options default to the source value (e.g. setting ...@@ -69,10 +69,10 @@ destination-related options default to the source value (e.g. setting
``--src-ca-file``/``--dest-ca-file`` ``--src-ca-file``/``--dest-ca-file``
Path to file containing source cluster Certificate Authority (CA) in Path to file containing source cluster Certificate Authority (CA) in
PEM format. For self-signed certificates, this is the certificate PEM format. For self-signed certificates, this is the certificate
itself (see more details below in :ref:`certificates`). For itself (see more details below in
certificates signed by a third party CA, the complete chain must be in :ref:`instance-move-certificates`). For certificates signed by a third
the file (see documentation for party CA, the complete chain must be in the file (see documentation
:manpage:`SSL_CTX_load_verify_locations(3)`). for :manpage:`SSL_CTX_load_verify_locations(3)`).
``--src-username``/``--dest-username`` ``--src-username``/``--dest-username``
RAPI username, must have write access to cluster. RAPI username, must have write access to cluster.
``--src-password-file``/``--dest-password-file`` ``--src-password-file``/``--dest-password-file``
...@@ -97,7 +97,7 @@ destination-related options default to the source value (e.g. setting ...@@ -97,7 +97,7 @@ destination-related options default to the source value (e.g. setting
The exit value of the tool is zero if and only if all instance moves The exit value of the tool is zero if and only if all instance moves
were successful. were successful.
.. _certificates: .. _instance-move-certificates:
Certificates Certificates
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment