Skip to content

Commit 29940bc

Browse files
committed
Improve README in certs folder
1 parent e3c1c13 commit 29940bc

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

ui/certs/Readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
1. Update the `ui\angular.json` file to point to the certificate files:
99

1010
```json
11-
"sslKey": "certs/dev_localhost.key",
12-
"sslCert": "certs/dev_localhost.pem",
13-
"port": 4201
11+
...
12+
"serve": {
13+
"builder": "@angular/build:dev-server",
14+
"options": {
15+
"sslKey": "certs/dev_localhost.key",
16+
"sslCert": "certs/dev_localhost.pem",
17+
"port": 4201
18+
}
19+
}
20+
...
1421
```

0 commit comments

Comments
 (0)