gpt4 book ai didi

go - 将 x509 certPool 转换为 pemBytes

转载 作者:太空宇宙 更新时间:2023-11-03 14:24:20 25 4
gpt4 key购买 nike

在 Go 中有一个函数:

func (s *CertPool) AppendCertsFromPEM(pemCerts []byte) (ok bool)

但是没有办法反其道而行之。

我如何将 x509.CertPool 转换为 PEM 字节?

最佳答案

struct field containing the []*Certificate is unexported ,并且没有公开它们的函数。可能会保护他们免受您想要做的事情的影响。因此,按原样使用包,没有办法做到这一点。也没有定义 interface,因此您也无法提供自己的具有此附加功能的 CertPool 实现。

关于go - 将 x509 certPool 转换为 pemBytes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58241987/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com