ho-ansible / burp

Ansible role: burp backup software
MIT License
1 stars 0 forks source link

Manage SSL certs #1

Open seanho00 opened 6 years ago

seanho00 commented 6 years ago

Imported from https://github.com/ho-ansible/ansible/issues/21

seanho00 commented 6 years ago

If we want the keys to be completely managed by ansible for both client and server, follow the burp docs on SSL certs. Store all certs on the ansible server (like for tinc) and push to client/server. Then disable auto-generation of certs on both client and server. The CA signing authority lives only on the ansible server, not on the backup server.

This solution obviates #7.