Documentation
¶
Overview ¶
Package certdownloader implements a autocodesign.CertificateProvider which fetches Bitrise hosted Xcode codesigning certificates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloader ¶
func NewDownloader(certs []CertificateAndPassphrase, client *http.Client) autocodesign.CertificateProvider
NewDownloader ...
Types ¶
type CertificateAndPassphrase ¶
type CertificateAndPassphrase struct {
URL, Passphrase string
}
CertificateAndPassphrase contains a p12 file URL and passphrase
Click to show internal directories.
Click to hide internal directories.