Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Chen (0.13 sec)

  1. docs/tls/README.md

    ```
    
    Alternatively, use the following command to generate a private RSA key protected by a password:
    
    ```sh
    openssl genrsa -aes256 -passout pass:PASSWORD -out private.key 2048
    ```
    
    **Note:** When using a password-protected private key, the password must be provided through the environment variable `MINIO_CERT_PASSWD` using the following command:
    
    ```sh
    export MINIO_CERT_PASSWD=<PASSWORD>
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 8.4K bytes
    - Viewed (0)
  2. docs/debugging/README.md

    Example:
    
    ```sh
    minio server /data{1...4}
    ```
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Feb 25 01:17:53 GMT 2022
    - 8.7K bytes
    - Viewed (0)
Back to top