debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

Change source of unique host id for identification #10

Closed drybjed closed 9 years ago

drybjed commented 9 years ago

Network card hardware addresses are not a good source of unique IDs, because hosts might be reinstalled (different instance), or they might be non-existent (OpenVZ containers). Use unique host UUID instead provided by DebOps 'root.yml' playbook to bind generated certificates to a host for identification.