Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithFile ¶ added in v1.2.0
NewWithFile returns an inspect Model pre-loaded with the given file, skipping the file-picker step. If the file is a PFX/P12, the model advances to the password prompt instead of attempting to inspect.
func NewWithFileEmbedded ¶ added in v1.2.0
NewWithFileEmbedded returns an Inspect model that skips rendering the banner and title, so it can be composed inside another sub-screen (e.g. remote).
Types ¶
type CertInfo ¶
type CertInfo struct {
CN, Subject, Issuer string
NotBefore, NotAfter string
Serial, Fingerprint string
SigAlg, KeyType, KeySize string
SANs string
KeyUsage, ExtKeyUsage string
BasicConstraints string
CertType, Valid, ValidColor string
// Full view fields
Version string
AuthorityKeyID string
SubjectKeyID string
AIACAIssuers string
AIAOCSP string
CRLDistPoints string
CertPoliciesOID string
CertPoliciesCPS string
SignatureValue string
}
Click to show internal directories.
Click to hide internal directories.