mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 03:45:06 +08:00
build(composer): 添加了生成签名的 bin 脚本
忘了解除注释了。。 Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
# shellcheck disable=SC2039
|
||||
|
||||
echo -e '\033[44;34;5m=============================\033[0m'
|
||||
#mkdir -p "$(pwd)"/cert && cd "$(pwd)"/cert || exit
|
||||
mkdir -p "$(pwd)"/cert && cd "$(pwd)"/cert || exit
|
||||
echo 'Credentials directory created'
|
||||
echo -e '\033[44;34;5m=============================\033[0m'
|
||||
echo ''
|
||||
#openssl req -new -x509 -nodes -sha256 -out saml.crt -keyout saml.pem && cd - || exit
|
||||
openssl req -new -x509 -nodes -sha256 -out saml.crt -keyout saml.pem && cd - || exit
|
||||
echo ''
|
||||
echo -e '\033[44;34;5m=============================\033[0m'
|
||||
echo -e '\033[;31;1m🎉Congratulations!\033[0m'
|
||||
|
||||
Reference in New Issue
Block a user