From bfe8fda0e6ef3a054d610ca8fe904bc78621985b Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:24:48 -0400 Subject: [PATCH] docs: update option names --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 88bb520..70c66c1 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ This script can be configured using environment variables, a `.env` file, or ind | Environment Variable | Command-line Argument | Description | Default | | -------------------------- | --------------------------------------- | ------------------------------------------------------------------- | ----------------------------- | | N/A | `-i`, `--interactive` | Interactively prompt for all configuration values | N/A | -| SSSL_NINTENDO_CA_G3_PATH | `-g`, `--nintendo_g3_path ` | Path to Nintendo CA - G3 certificate (may be in DER or PEM format) | `./CACERT_NINTENDO_CA_G3.der` | -| SSSL_NINTENDO_CA_G3_FORMAT | `-f`, `--nintendo_g3_format ` | Nintendo CA - G3 certificate format (must be "der" or "pem") | `der` | -| SSSL_CA_PRIVATE_KEY_PATH | `-c`, `--ca_private_key_path ` | Path to private key for forged CA (will generate if not set) | N/A | -| SSSL_SITE_PRIVATE_KEY_PATH | `-s`, `--site_private_key_path ` | Path to private key for site certificate (will generate if not set) | N/A | -| SSSL_CSR_PATH | `-r`, `--csr_path ` | Path to CSR (will generate if not set) | N/A | -| SSSL_COMMON_NAME | `-n`, `--common_name ` | CN for site certificate (see [the bugs](#the-bugs)) | `*` | -| SSSL_OUTPUT_FOLDER_PATH | `-o`, `--out ` | Output folder | `./` | +| SSSL_NINTENDO_CA_G3_PATH | `-g`, `--nintendo-ca-g3-path ` | Path to Nintendo CA - G3 certificate (may be in DER or PEM format) | `./CACERT_NINTENDO_CA_G3.der` | +| SSSL_NINTENDO_CA_G3_FORMAT | `-f`, `--nintendo-ca-g3-format ` | Nintendo CA - G3 certificate format (must be "der" or "pem") | `der` | +| SSSL_CA_PRIVATE_KEY_PATH | `-c`, `--ca-private-key-path ` | Path to private key for forged CA (will generate if not set) | N/A | +| SSSL_SITE_PRIVATE_KEY_PATH | `-s`, `--site-private-key-path ` | Path to private key for site certificate (will generate if not set) | N/A | +| SSSL_CSR_PATH | `-r`, `--csr-path ` | Path to CSR (will generate if not set) | N/A | +| SSSL_COMMON_NAME | `-n`, `--common-name ` | CN for site certificate (see [the bugs](#the-bugs)) | `*` | +| SSSL_OUTPUT_FOLDER_PATH | `-o`, `--output-folder-path ` | Output folder | `./` | ## Credits