Page MenuHomePhabricator
Paste P16306

certs
ActivePublic

Authored by jbond on Jun 4 2021, 4:02 PM.
Tags
None
Referenced Files
F34480601: certs
Jun 4 2021, 4:02 PM
F34480599: raw-paste-data.txt
Jun 4 2021, 4:02 PM
Subscribers
None
#https://github.com/wikimedia/puppet/blob/production/modules/cfssl/manifests/cert.pp#L108
#request
/usr/bin/cfssl gencert -config ${_signer_config['config_file']} ${tls_remote_ca_config} ${tls_config} ${_label} ${_profile} ${csr_json_path} \
| /usr/bin/cfssljson -bare ${_outdir}/${safe_title}
# sign
/usr/bin/cfssl sign -config ${_signer_config['config_file']} ${tls_remote_ca_config} ${tls_config} ${_label} ${_profile} ${csr_pem_path} \
| /usr/bin/cfssljson -bare ${_outdir}/${safe_title}

Event Timeline

jbond changed the title of this paste from untitled to certs.
jbond edited the content of this paste. (Show Details)