Skip to content

Commit c2df6cd

Browse files
committed
Changes script name and adds symbolic link for backwards compatibility
1 parent 0365bdb commit c2df6cd

File tree

3 files changed

+558
-557
lines changed

3 files changed

+558
-557
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@ brew install lstellway/formulae/self-signed-ssl
2020
**cURL**
2121

2222
```
23-
curl --output self-signed-tls https://raw.githubusercontent.com/lstellway/self-signed-ssl/master/self-signed-tls && chmod +x self-signed-tls
23+
curl --output self-signed-ssl https://raw.githubusercontent.com/lstellway/self-signed-ssl/master/self-signed-ssl && chmod +x self-signed-ssl
2424
```
2525

2626
<br />
2727

2828
## Usage
2929

3030
```shell
31-
self-signed-tls [OPTIONS]
31+
self-signed-ssl [OPTIONS]
3232

3333
# Run with no arguments to be prompted for required values
34-
self-signed-tls
34+
self-signed-ssl
3535

3636
# Only create a certificate authority and trust the generated certificate
37-
self-signed-tls --ca-only --trust
37+
self-signed-ssl --ca-only --trust
3838

3939
# Only create a certificate signing request
40-
self-signed-tls --csr-only
40+
self-signed-ssl --csr-only
4141

4242
# Generate a signed certificate using existing files
43-
self-signed-tls --ca-key='/path/to/CA.key' --ca-cert='/path/to/CA.pem' --csr='/path/to/EXAMPLE.csr'
43+
self-signed-ssl --ca-key='/path/to/CA.key' --ca-cert='/path/to/CA.pem' --csr='/path/to/EXAMPLE.csr'
4444

4545
# Automate certificate generation
46-
self-signed-tls --no-interaction -c 'US' -s 'California' -l 'Los Angeles' -o 'Example Org' -u 'Example Unit' -n 'example.com' -a 'www.example.com'
46+
self-signed-ssl --no-interaction -c 'US' -s 'California' -l 'Los Angeles' -o 'Example Org' -u 'Example Unit' -n 'example.com' -a 'www.example.com'
4747
```
4848

4949
<br />

0 commit comments

Comments
 (0)