Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TLSCAKey constant TLSCAKey = "ca.crt" // TLSJKSKey constant TLSJKSKey = "tls.jks" // TLSPasswordKey constant TLSPasswordKey = "pass.txt" // ClientPropertiesKey constant ClientPropertiesKey = "client-ssl.properties" )
Variables ¶
This section is empty.
Functions ¶
func DecodeCertificate ¶
func DecodeCertificate(raw []byte) (cert *x509.Certificate, err error)
DecodeCertificate decodes pem certs to golang x509.Certificate
func GeneratePass ¶
GeneratePass generates a password for keys, certs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.