Skip to content

Commit ab9385e

Browse files
committed
Add a note about creating directories before exporting dev certs
Required as of aspnet/Announcements#515
1 parent bb3a3cb commit ab9385e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-dev-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `dotnet dev-certs` command manages a self-signed certificate to enable HTTPS
8181

8282
- **`-ep|--export-path <PATH>`**
8383

84-
Exports the certificate to a file so that it can be used by other tools. Specify the full path to the exported certificate file, including the file name. The type of certificate files that are created depends on which options are used with `--export-path`:
84+
Exports the certificate to a file so that it can be used by other tools. Specify the full path to the exported certificate file, including the file name. The containing directories must already exist and access to them should be restricted. The type of certificate files that are created depends on which options are used with `--export-path`:
8585

8686
| Options | What is exported |
8787
|---------|---------|

0 commit comments

Comments
 (0)