• Daum
  • |
  • 카페
  • |
  • 테이블
  • |
  • 메일
  • |
  • 카페앱 설치
 
카페정보
카페 프로필 이미지
간단유틸
카페 가입하기
 
 
 
카페 게시글
보안2off 윈도우 인증서 관련 삭제 서명인증서 명령어 오래된 인증서 삭제
동우 추천 0 조회 962 22.08.14 06:01 댓글 19
게시글 본문내용
 
다음검색
댓글
  • 작성자 22.08.14 06:14

    첫댓글 https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-certopenstore

  • 작성자 22.08.14 06:28

    https://serverfault.com/questions/916553/delete-windows-certificate-from-powershell-or-cmd
    dir cert:\

  • 작성자 22.08.14 11:14

    https://stackoverflow.com/questions/50052681/get-certificate-expiration-date-powershell
    get-childitem -path cert: -recurse -Expiringindays 30
    웹페이지 인증서 지난 기간 날짜 보여준다

  • 작성자 22.08.14 13:22

    http://woshub.com/updating-trusted-root-certificates-in-windows-10/
    http://woshub.com/how-to-check-trusted-root-certification-authorities-for-suspicious-certs/
    https://docs.microsoft.com/ko-kr/sysinternals/downloads/sigcheck

    echo cmd에서 해야 한다
    sigcheck64.exe –tv

  • 작성자 22.08.14 23:22

    https://social.technet.microsoft.com/Forums/ko-KR/7de72f56-461f-408e-adf9-9089de23e843/509524602050864-10-authroot-4792851032-46300475494576845796?forum=win10itprogeneralKR
    https://cyberark-customers.force.com/s/article/How-does-the-Reduce-WinCertificate-Wait-Time-step-in-PSM-PostInstallationConfig-xml-work
    gpedit.msc 공개키 관련

  • 작성자 22.08.14 23:23

    Registry Hive: HKEY_LOCAL_MACHINE
    Subkey: \Software\Policies\Microsoft\SystemCertificates\AuthRoot\ https://moonoostar.tistory.com/31

  • 작성자 22.08.14 23:32

    https://docs.microsoft.com/en-us/security-updates/securityadvisories/2014/2915720

  • 작성자 22.08.14 23:57

    https://www.sysadmins.lv/blog-en/software-restriction-policies-first-steps.aspx

  • 작성자 22.08.15 01:25

    https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/adding-certificates-to-the-local-certificates-store-and-setting/ba-p/322159

  • 작성자 22.08.15 01:43

    https://stackoverflow.com/questions/41916084/how-do-you-find-a-corresponding-registry-value-to-a-setting-in-gpedit-msc

  • 작성자 22.08.15 01:49

    https://docs.microsoft.com/en-us/windows/win32/seccrypto/certificate-store-migration

  • 작성자 22.08.15 01:55

    CertUtil: -?

  • 작성자 22.08.15 06:43

    https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731638(v=ws.11)?redirectedfrom=MSDN

  • 작성자 22.08.15 07:07

    https://stackoverflow.com/questions/41272865/how-do-i-change-public-key-policies-programmatically
    https://docs.microsoft.com/ko-kr/windows/security/threat-protection/windows-security-configuration-framework/security-compliance-toolkit-10
    https://www.microsoft.com/download/details.aspx?id=55319 LGPO.EXE 보안 도구를 사용 해야 한다고 한다

  • 작성자 22.08.15 10:16

    https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn265983(v=ws.11) 신뢰할수 없는 인증서 등록 해야 할 경우.
    보안에 위험하니 비추
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot\DisableRootAutoUpdate 값 1은 신뢰할 수 있는 CTL의 Windows 자동 업데이트를 비활성화합니다.
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot\EnableDisallowedCertAutoUpdate 값 1은 신뢰할 수 없는 CTL의 Windows 자동 업데이트를 활성화합니다.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate\RootDirUrl 공유 위치(HTTP 또는 FILE 경로)를 구성합니다.

  • 작성자 22.08.15 15:47

    https://www.elevenforum.com/t/certlm-msc-how-to-block-invalid-signing-certificate-creation.8320/ 해결 안된 문제

  • 작성자 22.08.15 16:12

    http://certificate.fyicenter.com/1960_Certificate_Stores_under_LocalMachine_in_Windows_PowerShell.html
    파워쉘 Cert: 위치 하기
    PS C:\fyicenter> cd Cert:
    PS Cert:\> cd .\LocalMachine
    PS Cert:\LocalMachine> dir

  • 작성자 22.08.15 16:26

    https://support.microsoft.com/en-us/topic/an-update-is-available-that-enables-administrators-to-update-trusted-and-disallowed-ctls-in-disconnected-environments-in-windows-0c51c702-fdcc-f6be-7089-4585fad729d6 기타 인증서 오프라인 다운로드 ms에 접속 안될때 사용 하는 것 같다.
    https://support.microsoft.com/en-us/topic/an-automatic-updater-of-untrusted-certificates-is-available-for-windows-vista-windows-server-2008-windows-7-and-windows-server-2008-r2-117bc163-d9e0-63ad-5a79-e61f38be8b77

  • 작성자 22.08.16 07:13

    https://www.sysnet.pe.kr/2/0/11988 마이크로소프트가 지정한 모든 Root 인증서를 설치하는 방법

최신목록