Actions
Bug #21270
closedkatello-backup does not backup custom certificates and need to ensure katello-restore restores them
Status:
Closed
Priority:
Normal
Assignee:
Category:
Backup & Restore
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1498607
Satellite 6 servers using custom certificates do not have the source certificates stored in any standardized path, eg:
cat /etc/foreman-installer/scenarios.d/satellite-answers.yaml
...
server_cert: /root/certs/dogfood_server.crt
server_key: /root/certs/dogfood_server.key
server_cert_req: /root/certs/dogfood_server.csr
server_ca_cert: /root/certs/ca.pem
we need to include these in every katello-backup we run so a server can be properly reconstituted.
Actions