-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18b9bb3
commit 36197af
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |