installing ca certs in entrypoint
This commit is contained in:
parent
c660ea5fdf
commit
746714f22e
1 changed files with 7 additions and 0 deletions
|
|
@ -8,3 +8,10 @@ fi
|
|||
|
||||
/opt/cprocsp/bin/amd64/csptest -absorb -certs -autoprov
|
||||
/opt/ervu-sign-module/ervu-sign-module
|
||||
|
||||
set +e
|
||||
|
||||
cd /home/ervu/cacerts
|
||||
echo o | /opt/cprocsp/bin/amd64/certmgr -install -store uRoot -file testgost2012_10.crt
|
||||
echo o | /opt/cprocsp/bin/amd64/certmgr -install -store uRoot -thumbprint 67aea9fc8041cfafafbb77c4837038f05e727501 -file testroot.p7b
|
||||
echo o | /opt/cprocsp/bin/amd64/certmgr -install -store uRoot -thumbprint 41dcbff2ae102339bcedd0d5100ffb8e6018353d -file testroot.p7b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue