#!/bin/sh
certmgr=/opt/cprocsp/bin/amd64/certmgr
csptest=/opt/cprocsp/bin/amd64/csptest
export LANG=C
# хранилища
#$certmgr -enumstores all_locations
#= machine: ca, root
#= user: my, cache
# сертификаты в хранилищах
#$certmgr -list -store mca
#$certmgr -list -store mroot
#$certmgr -list -store umy
$certmgr -list -store umy | grep -E -i -- "---|subject|sha1|valid|privatekey|container"
#$certmgr -list -store ucache
# контейнеры
#$csptest -keyset -enum_containers -verifycontext -fqcn # пользователя
#$csptest -keyset -enum_containers -verifycontext -fqcn -machinekeys # компьютера
getUserContainers() {
$csptest -keyset -enum_containers -verifycontext -fqcn | grep -F \\\\.\\
}
# сертификаты в контейнерах
#getUserContainers | while read -r container; do
# printf "%s\n" "$container"
# $certmgr -list -container "$container" | grep -E -i "subject|sha1|valid"
#done
# удались все сертификаты
$certmgr -delete -store umy -all
# установить сертификаты из контейнеров
getUserContainers | while read -r container; do
printf "%s\n" "$container"
$certmgr -install -store umy -container "$container" | grep -E -i "subject|sha1|valid"
done
.icon-at-left [class*="fa-"], .icon-left .icon {
margin-right: 0.5em;
}
column like match1 or like match2
ЕМНИП не должны работать@media screen and (max-width: 1024px) and (min-height: 1300px) and (max-height: 1366px){
@media screen and (min-width: 1857px) and (max-width: 1920px) and (max-height: 1080px){
@media screen and (min-width: 1190px) and (max-width: 1280px) and (max-height: 800px){
@media screen and (min-width: 995px) and (max-width: 1024px) and (max-height: 600px){
@media screen and (min-width: 900px) and (max-width: 912px) and (min-height: 1300px) and (max-height: 1368px){
@media screen and (min-width: 700px) and (max-width: 912px) and (min-height: 1300px) and (max-height: 1368px){
@media screen and (min-width: 700px) and (max-width: 912px) and (max-height: 1180px){
@media screen and (min-width: 700px) and (max-width: 912px) and (max-height: 1024px){
@media screen and (min-width: 590px) and (max-width: 600px) and (min-height: 1000px) and (max-height: 1024px){
@media screen and (min-width: 527px) and (max-width: 540px) and (max-height: 720px){
@media screen and (min-width: 420px) and (max-width: 430px) and (min-height: 930px) and (max-height: 932px){
@media screen and (min-width: 400px) and (max-width: 412px) and (min-height: 900px) and (max-height: 915px){
@media screen and (min-width: 413px) and (max-width: 414px) and (min-height: 890px) and (max-height: 896px){
@media screen and (min-width: 380px) and (max-width: 390px) and (min-height: 840px) and (max-height: 844px){
@media screen and (min-width: 360px) and (max-width: 375px) and (min-height: 800px) and (max-height: 812px){
@media screen and (min-width: 360px) and (max-width: 375px) and (min-height: 720px) and (max-height: 740px){
@media screen and (min-width: 360px) and (max-width: 375px) and (min-height: 660px) and (max-height: 667px){
@media screen and (min-width: 360px) and (max-width: 360px) and (min-height: 620px) and (max-height: 640px){
@media screen and (min-width: 250px) and (max-width: 280px) and (min-height: 600px) and (max-height: 653px){