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