We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c1c13 commit 29940bcCopy full SHA for 29940bc
1 file changed
ui/certs/Readme.md
@@ -8,7 +8,14 @@
8
1. Update the `ui\angular.json` file to point to the certificate files:
9
10
```json
11
- "sslKey": "certs/dev_localhost.key",
12
- "sslCert": "certs/dev_localhost.pem",
13
- "port": 4201
+ ...
+ "serve": {
+ "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
21
```
0 commit comments