Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntermediateInfo ¶
type RootCAs ¶
type RootCAs struct {
RootsInfos []RootInfo `json:"RootsInfos"`
}
func FetchDataFromGetIssuerPki ¶
https://aka.ms/getissuers The v3 endpoint can be used to get ca certs For example https://issuer.pki.azure.com/dsms/issuercertificates?getissuersv3&caName=ame returns the ame certs
type RootInfo ¶
type RootInfo struct { RootName string `json:"rootName"` CaName string `json:"CaName"` Cdp string `json:"Cdp"` AppType string `json:"AppType"` StoreLocation string `json:"StoreLocation"` StoreName string `json:"StoreName"` Body string `json:"Body"` PEM string `json:"PEM"` Intermediates []IntermediateInfo `json:"Intermediates"` }
Click to show internal directories.
Click to hide internal directories.