|
@@ -144,6 +144,14 @@ To only install the local root CA into a subset of them, you can set the `TRUST_
|
|
all other flags and arguments except -install and -cert-file.
|
|
all other flags and arguments except -install and -cert-file.
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+> **Note:** You _must_ place these options before the domain names list.
|
|
|
|
+
|
|
|
|
+#### Example
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+mkcert -key-file key.pem -cert-file cert.pem example.com *.example.com
|
|
|
|
+```
|
|
|
|
+
|
|
### S/MIME
|
|
### S/MIME
|
|
|
|
|
|
mkcert automatically generates an S/MIME certificate if one of the supplied names is an email address.
|
|
mkcert automatically generates an S/MIME certificate if one of the supplied names is an email address.
|