|
In various modules that deal with PKI, parameters such as the following have been observed:
$enable_pki = true
Does this turn PKI on/off, turn PKI management on/off, turn the SIMP-specific PKI system on/off (see: The New Layout for all SIMP Modules)?
$use_simp_pki
= true
Okay, this looks like it explicitly means "Use SIMP's PKI system (e.g., FakeCA, keydist/, pki::copy)"
$cert_source
= '/absolute/path/to/dir'
$pki_cert_dir = '/same/as/cert_source/w/a/better/name'
How should we tell SIMP to use SIMP's pki module vs some other PKI distribution system?
Examples:
file-based:
simp-pki module's pki::copy
from FakeCA
simp-beaker-helpers gem's pki_copy_to
function.
Independent file delivery mechanism (another module, probably need to do nothing)
(moonshots, not )
PKI stored in LDAP?
PKI stored in TPM?