Skip to content

Commit 26202fa

Browse files
committed
refactor: usage
1 parent 64d147f commit 26202fa

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Examples:
4242

4343
Create private key, CSR and self-signed CRT files with an expiration date of 3650 days:
4444
sslcert-compose -n example.org
45+
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org" \
4546
-S -A "*.example.org,example.com" \
46-
-D 3650 \
47-
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org"
47+
-D 3650
4848

4949
Check CSR file:
5050
sslcert-compose -c example.org.csr

sslcert-compose

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Examples:
4242
4343
Create private key and CSR files with a specified request subject:
4444
$(basename ${0}) -n example.org \\
45-
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org"
45+
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org"
4646
4747
Create private key and CSR files in a specific output directory:
4848
$(basename ${0}) -o /path/to/output/ -n example.org
@@ -52,9 +52,9 @@ Examples:
5252
5353
Create private key, CSR and self-signed CRT files with an expiration date of 3650 days:
5454
$(basename ${0}) -n example.org
55-
-S -A "*.example.org,example.com" \\
56-
-D 3650 \\
57-
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org"
55+
-s "/C=JP/ST=Tokyo/L=Shinjuku-ku/O=Example Corporation/OU=Example Group/CN=example.org/emailAddress=ssladmin@example.org" \\
56+
-S -A "*.example.org,example.com" \\
57+
-D 3650
5858
5959
Check CSR file:
6060
$(basename ${0}) -c example.org.csr

0 commit comments

Comments
 (0)