mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
fix misspelling of Certbot (#9705)
This commit is contained in:
parent
7ea026ff1d
commit
5e15b0b844
@ -13,7 +13,7 @@ Install MinIO Server using the instructions in the [MinIO Quickstart Guide](http
|
|||||||
|
|
||||||
## <a name="use-an-existing-key-and-certificate-with-minio"></a>2. Use an Existing Key and Certificate with MinIO
|
## <a name="use-an-existing-key-and-certificate-with-minio"></a>2. Use an Existing Key and Certificate with MinIO
|
||||||
|
|
||||||
This section describes how to use a private key and public certificate that have been obtained from a certificate authority (CA). If these files have not been obtained, skip to [3. Generate Self-signed Certificates](#generate-use-self-signed-keys-certificates) or generate them with [Let's Encrypt](https://letsencrypt.org) using these instructions: [Generate let's encypt certificate using concert for minio](https://docs.min.io/docs/generate-let-s-encypt-certificate-using-concert-for-minio.html).
|
This section describes how to use a private key and public certificate that have been obtained from a certificate authority (CA). If these files have not been obtained, skip to [3. Generate Self-signed Certificates](#generate-use-self-signed-keys-certificates) or generate them with [Let's Encrypt](https://letsencrypt.org) using these instructions: [Generate Let's Encrypt certificate using Certbot for MinIO](https://docs.min.io/docs/generate-let-s-encypt-certificate-using-concert-for-minio.html).
|
||||||
|
|
||||||
Copy the existing private key and public certificate to the `certs` directory. The default certs directory is:
|
Copy the existing private key and public certificate to the `certs` directory. The default certs directory is:
|
||||||
* **Linux:** `${HOME}/.minio/certs`
|
* **Linux:** `${HOME}/.minio/certs`
|
||||||
|
Loading…
Reference in New Issue
Block a user