上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 399 下一页
摘要: You have a private key that corresponds to this certificate but CryptAcquireCertificatePrivateKey failed. https://github.com/jexuswebserver/JexusManag 阅读全文
posted @ 2021-09-08 13:03 ChuckLu 阅读(242) 评论(0) 推荐(0)
摘要: 劳动合同的必备条款有哪些? 劳动合同的必备条款包括:用人单位的名称、住所和法定代表人或者主要负责人;劳动者的姓名、住址和居民身份证或者其他有效身份证件号码;劳动合同期限;工作内容和工作地点;工作时间和休息休假;劳动报酬;社会保险;劳动保护、劳动条件和职业危害防护;法律、法规规定应当纳入劳动合同的其他 阅读全文
posted @ 2021-09-08 12:12 ChuckLu 阅读(44) 评论(0) 推荐(0)
摘要: How to create .pfx file from certificate and private key? You will need to use openssl. openssl pkcs12 -export -out domain.name.pfx -inkey domain.name 阅读全文
posted @ 2021-09-08 11:19 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: How to generate a self-signed SSL certificate using OpenSSL? 回答1 You can do that in one command: openssl req -x509 -newkey rsa:4096 -keyout key.pem -o 阅读全文
posted @ 2021-09-08 10:37 ChuckLu 阅读(133) 评论(0) 推荐(0)
摘要: SSL Diagnostics for IIS/IIS Express This page shows you how to use SSL Diagnostics. In this article: Background The Built-in SSL Diagnostics in Jexus 阅读全文
posted @ 2021-09-08 10:06 ChuckLu 阅读(89) 评论(0) 推荐(0)
摘要: Troubleshooting SSL related issues (Server Certificate) Tools Used in this Troubleshooter: SSLDiag Network Monitor 3.4/Wireshark This material is prov 阅读全文
posted @ 2021-09-08 10:04 ChuckLu 阅读(74) 评论(0) 推荐(0)
摘要: Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP in Windows The DefaultSecureProtocols registry entry can be added in the f 阅读全文
posted @ 2021-09-07 18:53 ChuckLu 阅读(378) 评论(0) 推荐(0)
摘要: How to check if TLS 1.2 is enabled? If the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1 阅读全文
posted @ 2021-09-07 18:47 ChuckLu 阅读(140) 评论(0) 推荐(0)
摘要: How to Activate TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 There is always that one machine that you cannot upgrade on a current version because so 阅读全文
posted @ 2021-09-07 18:39 ChuckLu 阅读(179) 评论(0) 推荐(0)
摘要: 使用如下的powershell脚本 $cert = New-SelfSignedCertificate -DnsName @("*.chuck.net", "Chuck-Net") -CertStoreLocation "cert:\LocalMachine\My"$password = Conve 阅读全文
posted @ 2021-09-07 17:21 ChuckLu 阅读(72) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 399 下一页