英文: Calling PFXExportCertStoreEx in Go does not return data 问题 我正在使用Go 1.6在Windows上工作,并尝试将证书容器导出为PFX...
x509 CheckSignature 参数
英文: x509 CheckSignature parameter 问题 在x509库中,有一个名为CheckSignature的函数。我有点困惑应该传递给signed参数什么。它应该是什么? 该函数...
How to specify custom SSL roots with Go on Linux
英文: How to specify custom SSL roots with Go on Linux 问题 假设我正在使用一个第三方网络库,我不想修改它。该库使用标准的http.Request接口...
加载证书,使其成为*x509.Certificate(能够签署其他证书)。
英文: Go: Load certificate so it becomes a *x509.Certificate (that is able to sign other certificates)...
如何在 x509.Certificate 中添加扩展(subjectAltName)?
英文: Go: How do I add an extension (subjectAltName) to a x509.Certificate? 问题 我正在创建一个CA证书,并且我想添加subje...
TLS身份验证:每个证书需要包含什么内容?
英文: TLS Authentication: What does each cert need to contain? 问题 我正在编写一个配置守护程序。 它的工作原理如下: 接受以下请求方法: G...
使用Go语言创建带有电子邮件地址的证书签名请求(CSR)。
英文: Create a Certificate Signing Request (CSR) with an email address in Go 问题 我尝试使用"crypto/x509...
Golang问题 x509: 无法验证签名: 在net/http上未实现的算法
英文: Golang issue x509: cannot verify signature: algorithm unimplemented on net/http 问题 我正在写一个非常简单的 G...
4