Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HostConfigCheck ¶ added in v0.1.0
HostConfigCheck takes arguments like os.Args as a string array and maps them to their corresponding flags using the std flag package. It then calls trustpolicy.Create after they are parsed.
func KeygenCertificate ¶
KeygenCertificate takes arguments like os.Args as a string array and maps them to their corresponding flags using the std flag package. It then calls keygen.Certificate after they are parsed.
func OspkgCreate ¶
OspkgCreate takes arguments like os.Args as a string array and maps them to their corresponding flags using the std flag package. It then calls ospkg.Create after they are parsed.
func OspkgSign ¶
OspkgSign takes arguments like os.Args as a string array and maps them to their corresponding flags using the std flag package. It then calls ospkg.Sign after they are parsed.
func TrustPolicyCheck ¶ added in v0.1.0
TrustPolicyCheck takes arguments like os.Args as a string array and maps them to their corresponding flags using the std flag package. It then calls trustpolicy.Create after they are parsed.
Types ¶
This section is empty.