Skip to content

Commit 0c356d4

Browse files
committed
Updates --trust support
1 parent 5396baf commit 0c356d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ self-signed-tls --no-interaction -c 'US' -s 'California' -l 'Los Angeles' -o 'Ex
6666

6767
**Certificate Authority**
6868

69-
| Option | Description |
70-
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
71-
| `--ca-key=VALUE` | Path to certificate authority key file <br/>_(Generates new CA if not set)_ |
72-
| `--ca-cert=VALUE` | Path to certificate authority cert file <br />_(Generates new CA if not set)_ |
73-
| `--ca-only` | Instructs script to solely generate a certificate authority |
74-
| `-t` `--trust` | Flag to trust certificate authority _(requires `sudo` privileges)_<br />_(Do not set for default 'false')_<br /><br />_Currently only supports Darwin / MacOS. <br />Please feel free to contribute if you know how to trust a certificate on other systems._ |
69+
| Option | Description |
70+
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
71+
| `--ca-key=VALUE` | Path to certificate authority key file <br/>_(Generates new CA if not set)_ |
72+
| `--ca-cert=VALUE` | Path to certificate authority cert file <br />_(Generates new CA if not set)_ |
73+
| `--ca-only` | Instructs script to solely generate a certificate authority |
74+
| `-t` `--trust` | Flag to trust certificate authority _(requires `sudo` privileges)_<br />_(Currently supports Darwin/MacOS, Fedora/CentOS, Debian/Ubuntu)_ |
7575

7676
<br />
7777

7878
**Certificate Signing Request**
7979

80-
| Option | Description |
81-
| ----------- | ----------------------------------------------------------------- |
80+
| Option | Description |
81+
| ------------ | ----------------------------------------------------------------- |
8282
| `--csr-only` | Instructs script to solely generate a certificate signing request |
8383

8484
<br />

0 commit comments

Comments
 (0)