Increase CA key entropy to 128bit (#415)

Changes the default CA key size from 48 bit to 128bit with OpenSSL usermode CSPRNG with hex encoding
pull/423/head
MiWCryptAnalytics 7 years ago committed by Dan Guido
parent 02f363d825
commit 04b61ca3d2

@ -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:

Loading…
Cancel
Save