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
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
s3-example.net/
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
internal-example.net/
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
|
||||
.. tab-item:: OSX
|
||||
:sync: osx
|
||||
@ -103,13 +103,13 @@ defaults.
|
||||
|
||||
${HOME}/.minio/certs
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
s3-example.net/
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
internal-example.net/
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
|
||||
.. tab-item:: Windows
|
||||
:sync: windows
|
||||
@ -136,13 +136,13 @@ defaults.
|
||||
|
||||
%%USERPROFILE%%\.minio\certs
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
s3-example.net\
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
internal-example.net\
|
||||
private.key
|
||||
public.cert
|
||||
public.crt
|
||||
|
||||
.. admonition:: MinIO Console TLS Connectivity
|
||||
:class: important
|
||||
|
Reference in New Issue
Block a user