Categorygithub.com/bygui86/kubernetes-testskubernetesdatabasespostgrescrunchydata-postgres-operatortlsutil
package
0.0.0-20200105234837-3f85c9d2fd0d
Repository: https://github.com/bygui86/kubernetes-tests.git
Documentation: pkg.go.dev
# Functions
encodeCertificatePEM encodes the given certificate pem and returns bytes (base64).
encodePrivateKeyPEM encodes the given private key pem and returns bytes (base64).
newPrivateKey returns randomly generated RSA private key.
newSelfSignedCACertificate returns a self-signed CA certificate based on given configuration and private key.
parsePEMEncodedCert parses a certificate from the given pemdata.
parsePEMEncodedPrivateKey parses a private key from given pemdata.