mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Merge 6e31bee62b
into f0283856ad
This commit is contained in:
commit
bad1929c66
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
- name: Generate the SSH private key
|
- name: Generate the SSH private key
|
||||||
shell: >
|
shell: >
|
||||||
echo -e 'n' |
|
echo -e 'n' |
|
||||||
ssh-keygen -b 2048 -C {{ SSH_keys.comment }}
|
ssh-keygen -b 4096 -C {{ SSH_keys.comment }}
|
||||||
-t rsa -f {{ SSH_keys.private }} -q -N ""
|
-t rsa -f {{ SSH_keys.private }} -q -N ""
|
||||||
args:
|
args:
|
||||||
creates: "{{ SSH_keys.private }}"
|
creates: "{{ SSH_keys.private }}"
|
||||||
|
|
|
@ -52,7 +52,7 @@ emailAddress = optional
|
||||||
# Easy-RSA request handling
|
# Easy-RSA request handling
|
||||||
# We key off $DN_MODE to determine how to format the DN
|
# We key off $DN_MODE to determine how to format the DN
|
||||||
[ req ]
|
[ req ]
|
||||||
default_bits = 2048
|
default_bits = 4096
|
||||||
default_keyfile = privkey.pem
|
default_keyfile = privkey.pem
|
||||||
default_md = sha256
|
default_md = sha256
|
||||||
distinguished_name = cn_only
|
distinguished_name = cn_only
|
||||||
|
|
Loading…
Add table
Reference in a new issue