Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KepLer100500 committed Aug 17, 2023
1 parent 18b9bb3 commit 36197af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Alice-darts
### Навык для Яндекс диалогов - Игра в дартс
<img src="https://img.shields.io/github/actions/workflow/status/KepLer100500/Alice-darts/test.yml?style=plastic&logo=spring&logoColor=green&label=Tests">

Для публикации навыка потребуется ssl сертификат.

* Можно использовать letsencrypt + certbot:

`sudo certbot`

`cd /etc/letsencrypt/live/your-site-name.ru/`

* Создание хранилища ключей с сертификатами - keystore.p12

`openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out keystore.p12 -name kepler -CAfile chain.pem -caname root`

* Созданный keystore.p12 необходимо будет поместить в дирректорию:

`Alice-darts\Dialog\src\main\resources`

0 comments on commit 36197af

Please sign in to comment.