k8s v0.3.0 K8s.Conf.PKI
Retrieves information from certificates
Link to this section Summary
Functions
Decodes the certificate from a base64 encoded string
Reads the certificate from PEM file or base64 encoding
Reads the certificate from a PEM file
Decodes private key from a base64 encoded string
Reads private key from a PEM file
Link to this section Functions
Link to this function
cert_from_base64(data)
Decodes the certificate from a base64 encoded string
Link to this function
cert_from_map(arg1, base_path)
Reads the certificate from PEM file or base64 encoding
Link to this function
cert_from_pem(file)
Reads the certificate from a PEM file
Link to this function
private_key_from_base64(encoded_key)
Decodes private key from a base64 encoded string
Link to this function
private_key_from_pem(file)
Reads private key from a PEM file