Skip to content

Commit

Permalink
Merge pull request #50 from DeOwl/patch-2
Browse files Browse the repository at this point in the history
small fix for https
  • Loading branch information
iu5git authored Nov 23, 2024
2 parents bba970d + aa2e1ef commit f0a7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pwa/PWA.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if ("serviceWorker" in navigator) {

Для работы с сертификатами, во-первых, установим модуль mkcert
```shell
npm install mkcert
npm install -g mkcert
```
После этого нам нужно создать Authority которая будет подтверждать наш сертификат. Сертификаты, подтвержденные данным образом, реально работают только при работе на localhost.

Expand Down

0 comments on commit f0a7973

Please sign in to comment.