From 74a70b410e779a6b1c54ac87c7e4177155c8aba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 15 Jun 2022 18:26:37 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=AD=BE=E5=90=8D=E7=9A=84=20bin=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忘了解除注释了。。 Signed-off-by: 李东云 --- bin/generate-cert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/generate-cert b/bin/generate-cert index d5a92f0..1ee7395 100755 --- a/bin/generate-cert +++ b/bin/generate-cert @@ -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'