class KubeCerts
- KubeCerts
- Reference
- Object
Overview
Class for generating the Certs for setting up a simple kubernetes cluster The goal was to make the cert generation in Kubernetes the hard way much more simple.
Defined in:
kube_certs.crInstance Method Summary
- #gen(name, subject, ips, dns, config_file = nil, gen_ca = false, verbose = true, live = false)
- #gen_commands(name, subject, config_file = nil, gen_ca = false)
-
#gen_config(dns : Array(String), ips : Array(String))
Generate an OpenSSL config file for specifiying alternate DNS and IP entries to associate with the certificate.
Instance Method Detail
def gen_config(dns : Array(String), ips : Array(String))
#
Generate an OpenSSL config file for specifiying alternate DNS and IP entries to associate with the certificate.