File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments