package
0.0.0-20231114160628-a5f9fc7a9c25
Repository: https://github.com/khulnasoft-lab/go-application-framework.git
Documentation: pkg.go.dev

# Functions

Get global Certificate pool including x509.SystemCertPool() + extraCertificateLocation.
Append all certificates specified via extraCertificateLocation to the given PEM formatted byte slice.
Decode all Certifactes given in the PEM formatted input slice and return the Certificates as a list.
Returns the Certificates specified via extraCertificateLocation as a PEM formatted byte slice and as a list of certificates.
MakeSelfSignedCert creates a self-signed certificate and returns it as a PEM encoded byte slice.