mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
#430 - Correct name of certificate chain file from public.cert to public.crt.
This commit is contained in:
@ -70,13 +70,13 @@ defaults.
|
|||||||
|
|
||||||
${HOME}/.minio/certs
|
${HOME}/.minio/certs
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
s3-example.net/
|
s3-example.net/
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
internal-example.net/
|
internal-example.net/
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
|
|
||||||
.. tab-item:: OSX
|
.. tab-item:: OSX
|
||||||
:sync: osx
|
:sync: osx
|
||||||
@ -103,13 +103,13 @@ defaults.
|
|||||||
|
|
||||||
${HOME}/.minio/certs
|
${HOME}/.minio/certs
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
s3-example.net/
|
s3-example.net/
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
internal-example.net/
|
internal-example.net/
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
|
|
||||||
.. tab-item:: Windows
|
.. tab-item:: Windows
|
||||||
:sync: windows
|
:sync: windows
|
||||||
@ -136,13 +136,13 @@ defaults.
|
|||||||
|
|
||||||
%%USERPROFILE%%\.minio\certs
|
%%USERPROFILE%%\.minio\certs
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
s3-example.net\
|
s3-example.net\
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
internal-example.net\
|
internal-example.net\
|
||||||
private.key
|
private.key
|
||||||
public.cert
|
public.crt
|
||||||
|
|
||||||
.. admonition:: MinIO Console TLS Connectivity
|
.. admonition:: MinIO Console TLS Connectivity
|
||||||
:class: important
|
:class: important
|
||||||
|
Reference in New Issue
Block a user