Compare commits
No commits in common. "544302140b9846715b4fb1c39dda6ed92148b4dd" and "c98fae646ae0fdc7b2c44e174eb9fd3425c39e44" have entirely different histories.
544302140b
...
c98fae646a
|
|
@ -1,8 +1,6 @@
|
|||
#!/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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue