mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
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
This commit is contained in:
parent
02f363d825
commit
04b61ca3d2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue