We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1a0b commit a665584Copy full SHA for a665584
1 file changed
index.html
@@ -171,7 +171,7 @@ <h2>Step 2: Certificate Signing Request</h2>
171
172
openssl req -new -sha256 -key domain.key -subj "/" \
173
-reqexts SAN -config <(cat /etc/ssl/openssl.cnf \
174
- <(printf "[SAN]\nsubjectAltName=DNS:foo.com,DNS:www.foo.com"))
+ <(printf "\n[SAN]\nsubjectAltName=DNS:foo.com,DNS:www.foo.com"))
175
</pre>
176
</li>
177
<li>
0 commit comments