update default cert-type to snakeoil
This commit is contained in:
parent
8f60be5e57
commit
8d959f519b
|
|
@ -58,7 +58,7 @@ apache:
|
|||
path: '/var/www/site_guys_statics'
|
||||
|
||||
ssl:
|
||||
mode: 'ca' # create minimal ca with signed server-certificate
|
||||
mode: 'snakeoil'
|
||||
|
||||
config: # add settings as key-value pairs
|
||||
KeepAliveTimeout: 10
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ defaults_site:
|
|||
path: '/var/www/html'
|
||||
|
||||
ssl: # see: https://github.com/ansibleguy/infra_certs
|
||||
mode: 'ca' # existing/selfsigned/ca/letsencrypt
|
||||
mode: 'snakeoil' # existing/selfsigned/ca/letsencrypt/snakeoil
|
||||
# existing:
|
||||
# We expect the certs to be placed in the role's 'files' directory named like the site
|
||||
# Example: files/certs/ansibleguy.key and files/certs/ansibleguy.crt
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
domain: 'apache2.test.ansibleguy.net'
|
||||
|
||||
ssl:
|
||||
mode: 'ca'
|
||||
mode: 'snakeoil'
|
||||
cert:
|
||||
cn: 'Apache2'
|
||||
org: 'AnsibleGuy Test'
|
||||
|
|
|
|||
Loading…
Reference in New Issue