docs(readme): 对生成签名的脚本添加了文档

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-06-15 18:22:27 +08:00
parent 4f71fe32c8
commit 0b876aabd7

View File

@@ -2,6 +2,7 @@
用于快速接入单点登录的 Hyperf Component。 用于快速接入单点登录的 Hyperf Component。
## 安装 ## 安装
``` ```
composer config secure-http false \ composer config secure-http false \
&& composer config repo.lux-map composer https://satis.luxcreo.cn/ \ && composer config repo.lux-map composer https://satis.luxcreo.cn/ \
@@ -9,7 +10,15 @@ composer config secure-http false \
``` ```
## 准备 ## 准备
发布配置文件
### 发布配置文件
```shell ```shell
php bin/hyperf.php vendor:publish singularity/hyperf-saml php bin/hyperf.php vendor:publish singularity/hyperf-saml
``` ```
### 生成密钥对
```shell
sh -ex ./vendor/bin/generate-cert
```