openssl check sslcert
摘要:Openssl installer for windows: https://slproweb.com/products/Win32OpenSSL.html Wiki: https://docs.openssl.org/3.5/man1/openssl-s_client/#options For -
阅读全文
Key file changes during cert operations
摘要:Test1: create self signed cert and install to LocalMachine\My $cert = New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "tes
阅读全文
cert operations
摘要:#pragma once#include <windows.h>#include <stdio.h>#include <Wincrypt.h>#include "argument.h" #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_
阅读全文