mirror of
https://github.com/minio/docs.git
synced 2025-08-09 13:02:53 +03:00
Minor fixes for several smaller issues (#1380)
- Adds missing config settings throughout storage class page. Closes #1349 - Adds instructions for adding certificates for connecting by sftp. Closes #1354 - Corrects information about which key to use for self-signed CAs. Closes #1358 - Moves `context` to optional for batch key rotate jobs. Closes #1356 - clean up missing ref links causing build warnings.
This commit is contained in:
@@ -585,7 +585,13 @@ Self-signed, Internal, Private Certificates, and Public CAs with Intermediate Ce
|
||||
|
||||
mv myCA.crt /opt/minio/certs/CAs/
|
||||
|
||||
For a self-signed certificate, the Certificate Authority is typically the private key used to sign the cert.
|
||||
.. important::
|
||||
|
||||
Do not use or share the private key of the self-signed certificate.
|
||||
Only the public certificate should be shared or distributed for trust purposes.
|
||||
|
||||
For certificates signed by an internal, private, or other non-global Certificate Authority, use the same CA that signed the cert.
|
||||
A non-global CA must include the full chain of trust from the intermediate certificate to the root.
|
||||
|
||||
For certificates signed by an internal, private, or other non-global Certificate Authority, use the same CA that signed the cert.
|
||||
A non-global CA must include the full chain of trust from the intermediate certificate to the root.
|
||||
@@ -621,7 +627,3 @@ Self-signed, Internal, Private Certificates, and Public CAs with Intermediate Ce
|
||||
:class: copyable
|
||||
|
||||
kubectl rollout restart deployments.apps/minio-operator -n minio-operator
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user