class KubeCerts

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.cr

Instance Method Summary

Instance Method Detail

def gen(name, subject, ips, dns, config_file = nil, gen_ca = false, verbose = true, live = false) #

[View source]
def gen_commands(name, subject, config_file = nil, gen_ca = false) #

[View source]
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.


[View source]