Compare commits

..

No commits in common. "544302140b9846715b4fb1c39dda6ed92148b4dd" and "c98fae646ae0fdc7b2c44e174eb9fd3425c39e44" have entirely different histories.

1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash -x #!/bin/bash -x
APP_ENV=$(grep APP_ENV $DIRECTORY".env.local" | xargs) if [[ $APP_ENV == "prod"]];then
if [[ ${APP_ENV#*=} == "prod" ]]; then
service pcscd start service pcscd start
cert=$(/opt/cprocsp/bin/amd64/csptest -keyset -enum_cont -verifyc -fq | grep Aktiv | awk -F'00 00' '{print $2}' | tr -d '\\') cert=$(/opt/cprocsp/bin/amd64/csptest -keyset -enum_cont -verifyc -fq | grep Aktiv | awk -F'00 00' '{print $2}' | tr -d '\\')
/opt/cprocsp/bin/amd64/certmgr -inst -cont "${cert}" -store uMy /opt/cprocsp/bin/amd64/certmgr -inst -cont "${cert}" -store uMy