You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./lib/root.exp "$file" вызывает вот это: https://github.com/dbfun/cryptopro/blob/master/scripts/lib/root.exp
Cейчас делал для кубера это, можно сделать вот так:
yes o | /opt/cprocsp/bin/amd64/certmgr -inst -all -store uroot -file /opt/cacer.p7b;
yes сам понажимает o, и yes есть в большинстве образов, в отличии от expect
Поэтому можно из Dockerfile выпилить установку expect
The text was updated successfully, but these errors were encountered:
./lib/root.exp "$file" вызывает вот это:
https://github.com/dbfun/cryptopro/blob/master/scripts/lib/root.exp
Cейчас делал для кубера это, можно сделать вот так:
yes o | /opt/cprocsp/bin/amd64/certmgr -inst -all -store uroot -file /opt/cacer.p7b;
yes сам понажимает o, и yes есть в большинстве образов, в отличии от expect
Поэтому можно из Dockerfile выпилить установку expect
The text was updated successfully, but these errors were encountered: