-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_ansible
-
Labels:None
-
Sprint:2017-10A
Build production (at summit) private CA for virt.
also add scripts to make certs for vm hosts to repository.
current setup procedure is:
openssl req -new -newkey rsa:2048 -nodes -days 1825 -sha256 -out newcerts/(IPaddr).csr -keyout private/(IPaddr).key -subj "/C=JP/ST=Chiba/L=Kashiwa/O=PFS/CN=(IPaddr)" openssl ca -config virt-pki.cnf -days 1825 -policy policy_anything -out certs/(IPaddr).pem -infiles newcerts/(IPaddr).csr
- relates to
-
INSTRM-235 Add SAN to libvirt certs
- Done