Increase CA key entropy to 128bit

Changes the default CA key size from 48 bit to 128bit with OpenSSL usermode CSPRNG with hex encoding
This commit is contained in:
MiWCryptAnalytics 2017-04-15 11:52:59 -04:00 committed by GitHub
parent 02f363d825
commit 912cfa7e76

View file

@ -8,7 +8,7 @@
- name: Generate password for the CA key
shell: >
openssl rand -hex 6
openssl rand -hex 16
register: CA_password
- set_fact: