Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FPCA ¶
type FPCA struct {
Namespace string // the name space that we are signing. I.E. <cn>@@example.com. Specifiy the part after the @@."
CaCert *x509.Certificate // The SubCa that signs the client certificates.
CaPrivKey *rsa.PrivateKey // The private key of the SubCA that does the (actual) signing.
}
The First Party Certificate Authority signs
Click to show internal directories.
Click to hide internal directories.