Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-dev-certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The `dotnet dev-certs` command manages a self-signed certificate to enable HTTPS

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

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`:
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`:

| Options | What is exported |
|---------|---------|
Expand Down
Loading