Documentation ¶
Index ¶
- func AddCertsFromFile(where string) error
- func AddCertsToAppFromFile(app string, where string) error
- func BackupForApp(app string) error
- func BackupForPlatform() error
- func ConnectWithAppStore(uri *url.URL, app string) error
- func ConnectWithPlatformStore(uri *url.URL) error
- func GenerateWhitelist(output string, from, file string) error
- func ListCertsForApp(app string, cfg *ui.Config) error
- func ListCertsForPlatform(cfg *ui.Config) error
- func ListCertsFromFile(where string, cfg *ui.Config) error
- func ListCertsFromURL(where string, cfg *ui.Config) (err error)
- func RestoreForApp(app, path string) error
- func RestoreForPlatform(path string) error
- func WhitelistForApp(app, whpath string) error
- func WhitelistForPlatform(whpath string) error
- type Trace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCertsFromFile ¶
func AddCertsToAppFromFile ¶
func BackupForApp ¶
func BackupForPlatform ¶
func BackupForPlatform() error
func GenerateWhitelist ¶
func ListCertsForApp ¶
ListCertsForApp finds certs for the given app. The supported applications are listed in the readme. This includes non-traditional applications like NSS.
func ListCertsForPlatform ¶
ListCertsForPlatform finds certs for the given platform. The supported platforms can be found in the readme. They're compiled in with build flags in the `certs/find_*.go` files.
func ListCertsFromFile ¶
ListCertsFromFile finds certificates at the given filepath and lists them according to the ui/format options.
func ListCertsFromURL ¶
ListCertsFromURL downloads a url and shows the certificates according to the ui/format options.
func RestoreForApp ¶
func RestoreForPlatform ¶
func WhitelistForApp ¶
func WhitelistForPlatform ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.